Open utterances-bot opened 2 months ago
新版本的 C# 特性需要新版本的 Visual Studio 的支持。不过,如果你不介意修改项目的话,你也能在低版本的 Visual Studio 中获得高版本的 C# 语言支持了。 而使用 Microsoft.Net.Compilers 这款 NuGet 包就可以做到。
https://blog.walterlv.com/post/add-lastest-csharp-support-for-old-visual-studio.html
学到了
使用 Microsoft.Net.Compilers 在旧版本的 Visual Studio 2013/2015/2017 中开启新的 C# 7.x 和 C# 8 语法 - walterlv
新版本的 C# 特性需要新版本的 Visual Studio 的支持。不过,如果你不介意修改项目的话,你也能在低版本的 Visual Studio 中获得高版本的 C# 语言支持了。 而使用 Microsoft.Net.Compilers 这款 NuGet 包就可以做到。
https://blog.walterlv.com/post/add-lastest-csharp-support-for-old-visual-studio.html