![]() 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 | ||
Microsoft.DotNet.Cli.Sln.Internal | ||
Microsoft.DotNet.Cli.Utils | ||
Microsoft.DotNet.Configurer | ||
Microsoft.DotNet.InternalAbstractions | ||
Microsoft.DotNet.MSBuildSdkResolver | ||
redist | ||
tool_fsharp | ||
tool_msbuild | ||
tool_nuget | ||
tool_roslyn_satellites |