9671ba1de0
Currently the solution file written out by the `sln` command uses a UTF-8 encoding without a BOM. This causes problems when the solution file contains non-ASCII code points because Visual Studio and MSBuild will not use a UTF-8 encoding when reading the solution file if the BOM is omitted. This commit causes the BOM to always be written when writing the solution files. Fixes #8184. |
||
---|---|---|
.. | ||
dotnet-sln-remove.Tests.csproj | ||
GivenDotnetSlnRemove.cs | ||
MSBuild.exe | ||
MSBuild.exe.config |