hgtools / Hg.Net

MIT License
2 stars 7 forks source link

Fix project files encoding unit tests #8

Open dferreyraosi opened 3 years ago

dferreyraosi commented 3 years ago

Unit code EnsureAllFilesInProjectsAreUtf8Encoded() fails for some CSPROJ files because they include the unnecessary UTF-8 BOM. This commit removes the BOM from those CSPROJ files so the unit tests can pass.