|
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.
msbuild/src/Tasks/WriteCodeFragment.cs
Lines 171 to 172 in 4f6355e
Here
WriteCodeFragmenttask 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.