Microsoft.CodeAnalysis
1.0.0-rc2
Prefix Reserved
dotnet add package Microsoft.CodeAnalysis --version 1.0.0-rc2
NuGet\Install-Package Microsoft.CodeAnalysis -Version 1.0.0-rc2
<PackageReference Include="Microsoft.CodeAnalysis" Version="1.0.0-rc2" />
paket add Microsoft.CodeAnalysis --version 1.0.0-rc2
#r "nuget: Microsoft.CodeAnalysis, 1.0.0-rc2"
// Install Microsoft.CodeAnalysis as a Cake Addin #addin nuget:?package=Microsoft.CodeAnalysis&version=1.0.0-rc2&prerelease // Install Microsoft.CodeAnalysis as a Cake Tool #tool nuget:?package=Microsoft.CodeAnalysis&version=1.0.0-rc2&prerelease
.NET Compiler Platform ("Roslyn").
This is the all-in-one package (a superset of all assemblies). You can install any of these sub-packages if you only want part of the functionality:
- "Microsoft.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Microsoft.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Microsoft.CodeAnalysis.Compilers" (both compilers)
- "Microsoft.CodeAnalysis.CSharp" (only the C# compiler)
- "Microsoft.CodeAnalysis.VisualBasic (only the VB compiler)
Supported Platforms:
- .NET Framework 4.5
Learn more about Target Frameworks and .NET Standard.
-
- Microsoft.CodeAnalysis.CSharp.Workspaces (= 1.0.0-rc2)
- Microsoft.CodeAnalysis.VisualBasic.Workspaces (= 1.0.0-rc2)
GitHub repositories (141)
Showing the top 5 popular GitHub repositories that depend on Microsoft.CodeAnalysis:
Repository | Stars |
---|---|
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
|
|
icsharpcode/ILSpy
.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
microsoft/garnet
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication features. Garnet can work with existing Redis clients.
|
|
dotnet/orleans
Cloud Native application framework for .NET
|
Version | Downloads | Last updated |
---|---|---|
1.0.0-rc2 | 4,249 | 4/24/2015 |
1.0.0-rc1 | 4,478 | 2/14/2015 |
1.0.0-beta2 | 3,233 | 1/16/2015 |
1.0.0-beta1-20141031-01 | 3,778 | 11/11/2014 |
0.7.4091001-beta | 1,630 | 9/22/2014 |
0.7.4080704-beta | 1,680 | 8/20/2014 |
0.7.4052301-beta | 2,312 | 6/3/2014 |
0.6.4033103-beta | 1,068 | 4/1/2014 |
Preview of Microsoft .NET Compiler Platform (Roslyn)