Open dferreyraosi opened 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.
EnsureAllFilesInProjectsAreUtf8Encoded()
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.