-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Labels
Area: TasksIssues impacting the tasks shipped in Microsoft.Build.Tasks.Core.dll.Issues impacting the tasks shipped in Microsoft.Build.Tasks.Core.dll.
Description
msbuild/src/Tasks/WriteCodeFragment.cs
Lines 171 to 172 in 4f6355e
| string comment = ResourceUtilities.GetResourceString("WriteCodeFragment.Comment"); | |
| globalNamespace.Comments.Add(new CodeCommentStatement(comment)); |
Here
WriteCodeFragment task use localized resource string as comment in generated source file. This behavior is at odds with reproducible build. I think that resource string should be replaced with language neutral non-localizible string constant.Reactions are currently unavailable
Metadata
Metadata
Labels
Area: TasksIssues impacting the tasks shipped in Microsoft.Build.Tasks.Core.dll.Issues impacting the tasks shipped in Microsoft.Build.Tasks.Core.dll.