What is the purpose of Microsoft.Net.Compilers?

前端 未结 4 2087
灰色年华
灰色年华 2020-12-08 12:27

What is the importance of this compiler? Is it a must have or could do without? What is the purpose of having another compiler anyway, or is it just a futuristic project? A

4条回答
  •  旧巷少年郎
    2020-12-08 13:11

    It's a package that provides open-source C# and Visual Basic compilers with rich code analysis APIs.

    You can find extensive documentation on github:

    https://github.com/dotnet/roslyn

提交回复
热议问题