Roslyn 1.0.11014.5

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
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.0.11014.5
NuGet\Install-Package Roslyn -Version 1.0.11014.5
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.0.11014.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Roslyn --version 1.0.11014.5
#r "nuget: Roslyn, 1.0.11014.5"
#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.
// Install Roslyn as a Cake Addin
#addin nuget:?package=Roslyn&version=1.0.11014.5

// Install Roslyn as a Cake Tool
#tool nuget:?package=Roslyn&version=1.0.11014.5

Traditionally, compilers are black boxes -- source code goes in one end, and object files or assemblies come out the other end. The Roslyn project changes that model by opening up the VB and C# compilers and providing a clean and powerful managed object model for code.  

The Roslyn APIs expose the stages of the compiler pipeline: you can use the C#/VB parser to create syntax trees from text, transform trees using Visitors, get the semantic information and bind nodes to symbols, and generate IL assemblies from syntax trees and assembly references to disk or to an in-memory stream.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on Roslyn:

Package Downloads
SignalWire

SignalWire is an experimental SignalR + Roslyn wrapper to enable client side Linq, data access, C# scripts etc.

ConsolR

ConsolR enables you to execute C# code against a running .NET web application

RoslynHelper

Adds some extension methods to have more fluent APIs on SyntaxRewriter

Run00.Versioning

Versioning calculates and sets assembly versions of projects given two versions of a solution.

Roslyn.UnitTests.Helpers

My package description.

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 released on October 19, 2011 and contains a subset of the Roslyn assemblies that come with the CTP installer.

This early preview allows you to try out the C# and Visual Basic compiler APIs. The current license is for evaluation and preview purposes only and does not allow redistribution of the Roslyn binaries.  You are allowed to share samples built on the Roslyn APIs, but you must direct users to download the Roslyn CTP or the Roslyn NuGet package.

Only the Roslyn Compilers and Services assemblies are distributed through the NuGet package, which allows consumption of the core compiler API, but does not enable construction of any Visual Studio extensions or refactorings.