mikefourie-zz / MSBuildExtensionPack

MIT License
366 stars 104 forks source link

FileSystem.File encoding does not work properly #79

Open jstarbird opened 6 years ago

jstarbird commented 6 years ago

Setting the encoding to UTF-8 results in the file being written as UTF-8 BOM. This is not valid. This breaks many processes that do not work with UTF-8 BOM. I could not find a work around to this.