文件编码问题引发的.net core编译出错

签出 EFCore 源码,用 build.cmd 命令进行编译,总是出现下面的错误:

C:\Dev\github\EntityFrameworkCore\src\EFCore.Specification.Tests\TestModels\ConcurrencyModel\F1Context.cs(526,28): error CS1010: Newline in constant

用 VS2017 打开 F1Context.cs 文件,会出现下面的提示:

Some bytes have been replaced with the Unicode substitution character while loading file C:\Dev\github\EntityFrameworkCore\src\EFCore.Specification.Tests\TestModels\ConcurrencyModel\F1Context.cs with Chinese Simplified (GB2312) encoding. Saving the file will not preserve the original file contents.

被 VS2017 转码后,F1Context.cs 中出现乱码

new TestDriver
{
    Name = "Marc Gen?,
    TeamId = Team.Ferrari,
    CarNumber = null,

编译错误就是因为乱码引起的。
请问如何解决这个问题?


泛舟湖上清波郎朗
浏览 574回答 1
1回答

qq_笑_17

打开 Control Panel -> Clock, Language, and Region ,进入 Region -> Administrative ,将 Language for non-Unicode programs 由 Chinese(Simplified, China) 改为 English(United States) ,问题解决。
打开App,查看更多内容
随时随地看视频慕课网APP