.NET 编译器:Roslyn
Roslyn 是微软公司开源的 .NET 编译器。编译器支持 C# 和 Visual Basic 代码编译,并提供丰富的代码分析 API。
安装过程:
-
In your browser, navigate to http://roslyn.codeplex.com/SourceControl/latest
-
Click the "Clone" link and copy the URL
-
Open the Visual Studio Team Explorer Windows (View\Team Explorer)
-
Select the "Connect to Team Projects" option if you are already connected to a different project
-
Under “Local Git Repositories” click the “Clone” link
-
Enter the URL from step 2 in the top box
-
Pick a location on your local machine to store the code
-
Click the Clone button
-
Switch to the "releases/build-preview" branch
-
In Team Explorer, select the "Branches" view
-
Click the "New Branch" link
-
Name your branch: releases/build-preview
-
Select: origin/releases/build-preview from the dropdown
-
Ensure "Checkout branch" is checked
-
Click "Create Branch"