Info
Version: | 2.8.2-alpha5 |
Author(s): | Alexandre Mutel |
Last Update: | Friday, June 29, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/conan-roslyn/Conan |
NuGet Url: | https://www.nuget.org/packages/Conan.CodeAnalysis |
Install
Install-Package Conan.CodeAnalysis
dotnet add package Conan.CodeAnalysis
paket add Conan.CodeAnalysis
Conan.CodeAnalysis Download (Unzip the "nupkg" after downloading)
Dependencies
- Conan.CodeAnalysis.CSharp.Workspaces(>= 2.8.25 && <= 2.8.25)
- Conan.CodeAnalysis.VisualBasic.Workspaces(>= 2.8.25 && <= 2.8.25)
Tags
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:
- "Conan.CodeAnalysis.CSharp.Workspaces" (C# compiler + services)
- "Conan.CodeAnalysis.VisualBasic.Workspaces" (VB compiler + services)
- "Conan.CodeAnalysis.Compilers" (both compilers)
- "Conan.CodeAnalysis.CSharp" (only the C# compiler)
- "Conan.CodeAnalysis.VisualBasic (only the VB compiler)
More details at https://github.com/conan-roslyn/Conan
This package was built from the source at https://github.com/conan-roslyn/Conan/commit/68283e9379618dc31b0f824e8994e332691dddf2
Conan is a lightweight fork of the NET Compiler Platform ("Roslyn") by adding a compiler plugin infrastructure.