项目作者: WeihanLi

项目描述 :
【TODO】roslyn中文文档,原英文文档参考 https://github.com/dotnet/roslyn/tree/master/docs
高级语言:
项目地址: git://github.com/WeihanLi/roslyn-docs-cn.git
创建时间: 2017-06-28T09:11:33Z
项目社区:https://github.com/WeihanLi/roslyn-docs-cn

开源协议:Creative Commons Attribution 4.0 International

下载


roslyn-docs-cn

简介

Roslyn 中文文档,原英文文档参考 https://github.com/dotnet/roslyn/tree/master/docs

欢迎来到 .NET 编译器平台(Roslyn

Roslyn 提供了开源的有着丰富的代码分析api的 C# 和 Visual Basic 编译器,它使用Visual Studio使用的相同API来启用构建代码分析工具。

语言设计讨论

我们现在正在别的项目中进行语言功能的讨论:

下载 C# 和 VisualBasic

想使用 C# 和 VisualBaisc 开始开发? 下载已经内置了最新的功能特性的 Visual Studio 2017。在Visual Studio 2017 中也已经安装了预构建的Azure虚拟机映像。

要在不使用Visual Studio的情况下安装最新版本,请运行以下nuget命令行之一:

  1. nuget install Microsoft.Net.Compilers # Install C# and VB compilers
  2. nuget install Microsoft.CodeAnalysis # Install Language APIs and Services

Daily NuGet builds of the project are also available in our MyGet feed.

https://dotnet.myget.org/F/roslyn/api/v3/index.json

源代码

Get Started

Contact

contact me at weihanli@outlook.com