.NET 編譯器:Roslyn

jopen 10年前發布 | 17K 次閱讀 Roslyn .NET開發

Roslyn 是微軟公司開源的 .NET 編譯器。編譯器支持 C# 和 Visual Basic 代碼編譯,并提供豐富的代碼分析 API。

安裝過程:

  1. In your browser, navigate to http://roslyn.codeplex.com/SourceControl/latest

  2. Click the "Clone" link and copy the URL

  3. Open the Visual Studio Team Explorer Windows (View\Team Explorer)

  4. Select the "Connect to Team Projects" option if you are already connected to a different project

  5. Under “Local Git Repositories” click the “Clone” link

  6. Enter the URL from step 2 in the top box

  7. Pick a location on your local machine to store the code

  8. Click the Clone button

  9. Switch to the "releases/build-preview" branch

    1. In Team Explorer, select the "Branches" view

    2. Click the "New Branch" link

    3. Name your branch: releases/build-preview

    4. Select: origin/releases/build-preview from the dropdown

    5. Ensure "Checkout branch" is checked

    6. Click "Create Branch"

項目主頁:http://www.baiduhome.net/lib/view/home/1396571990325

 本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!