【TODO】roslyn中文文档,原英文文档参考 https://github.com/dotnet/roslyn/tree/master/docs
Roslyn 中文文档,原英文文档参考 https://github.com/dotnet/roslyn/tree/master/docs
Roslyn
)Roslyn 提供了开源的有着丰富的代码分析api的 C# 和 Visual Basic 编译器,它使用Visual Studio使用的相同API来启用构建代码分析工具。
我们现在正在别的项目中进行语言功能的讨论:
想使用 C# 和 VisualBaisc 开始开发? 下载已经内置了最新的功能特性的 Visual Studio 2017。在Visual Studio 2017 中也已经安装了预构建的Azure虚拟机映像。
要在不使用Visual Studio的情况下安装最新版本,请运行以下nuget命令行之一:
nuget install Microsoft.Net.Compilers # Install C# and VB compilers
nuget install Microsoft.CodeAnalysis # Install Language APIs and Services
Daily NuGet builds of the project are also available in our MyGet feed.
git clone https://github.com/dotnet/roslyn.git
MSDN Magazine 上 Alex Turner 写的教程文章
contact me at weihanli@outlook.com