Roslyn 1.2.20906.2

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package Roslyn --version 1.2.20906.2
                    
NuGet\Install-Package Roslyn -Version 1.2.20906.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Roslyn" Version="1.2.20906.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Roslyn" Version="1.2.20906.2" />
                    
Directory.Packages.props
<PackageReference Include="Roslyn" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Roslyn --version 1.2.20906.2
                    
#r "nuget: Roslyn, 1.2.20906.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Roslyn&version=1.2.20906.2
                    
Install Roslyn as a Cake Addin
#tool nuget:?package=Roslyn&version=1.2.20906.2
                    
Install Roslyn as a Cake Tool

Roslyn is a long lead project from Microsoft that exposes a managed API for the C# and VB compilers and language services.

The CTP includes an early preview of these APIs.

This is the all-in-one package (a superset of all Roslyn assemblies). You can install any of these sub-packages if you only want part of the functionality:
* "Roslyn.Services.CSharp" (C# compiler + services)
* "Roslyn.Services.VisualBasic" (VB compiler + services)
* "Roslyn.Compilers" (both compilers)
* "Roslyn.Compilers.CSharp" (only the C# compiler)
* "Roslyn.Compilers.VisualBasic (only the VB compiler)

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Roslyn:

Repository Stars
NickVanheer/CoffeeFlow-VisualFlowEditor
Node based editor made with WPF/C# that uses C# files to dynamically visualize, edit and save node graphs in XML format. The graphs can then be traversed and its methods called in other applications. Blog post and video will follow later.
Version Downloads Last updated

This release corresponds to the Roslyn CTP 3 (September 2012). 1.2.20906.2 release is a patch for 1.2.20906.1 that places the binaries in net45 (.NET Framework 4.5) instead of net40 (.NET Framework 4.0).