msbuildtasks icon indicating copy to clipboard operation
msbuildtasks copied to clipboard

Suggestion for improvement --> FileUpdate support utf-8 no bom

Open andywu188 opened this issue 3 years ago • 0 comments

https://github.com/loresoft/msbuildtasks/blob/de6d85c8feb4bf9a71d7ca9e145cabf76f4bdc80/Source/MSBuild.Community.Tasks/FileUpdate.cs#L196

var encoding = new UTF8Encoding(false);  //no bom

andywu188 avatar Aug 29 '22 10:08 andywu188