Open source compilers – NET Compiler Platform (“Roslyn”) provides C# and Visual Basic compilers with rich code analysis APIs.

0
217

The .NET Compiler Platform (“Roslyn”) provides open-source C# and Visual Basic compilers with rich code analysis APIs.

The .NET Compiler Platform (“Roslyn”) provides open-source C# and Visual Basic compilers with rich code analysis APIs. It enables building code analysis tools with the same APIs that are used by Visual Studio.

Try new language and IDE features

Just want to provide feedback on new language features and IDE features?

  • Try out Visual Studio 2015 Preview, which has the latest features built-in.Want to keep your box clean? You can use prebuilt Azure VM images with VS 2015 Preview already installed.
  • You can also try April’s End User Preview, which installs on top of Visual Studio 2013. (Note: The VS 2013 preview is quite out of date, and is no longer being updated.)

Build tools that understand C# and Visual Basic

Get started building diagnostics, code fixes, refactorings, and other code-aware tools!

  1. Set up a box with Visual Studio 2015 Preview. Either install Visual Studio 2015 Preview, or grab aprebuilt Azure VM image.
  2. Install the Visual Studio 2015 Preview SDK. You’ll need to do this even if you’re using the Azure VM image.
  3. Install the SDK Templates VSIX package to get the Visual Studio project templates.
  4. Install the Syntax Visualizer VSIX package to get a Syntax Visualizer tool window to help explore the syntax trees you’ll be analyzing.

Or, you can grab the latest NuGet Roslyn compiler package. From the NuGet package manager console:

Install-Package Microsoft.CodeAnalysis -Pre

Source code

Get started

 

 

Reference Source Code available at: https://github.com/dotnet/roslyn

 

Thanks,
SABIT SOLUTIONS

LEAVE A REPLY

Please enter your comment!
Please enter your name here

3 × one =