Microsoft.CodeAnalysis by Microsoft

<PackageReference Include="Microsoft.CodeAnalysis" Version="3.5.0-beta1-final" />

Package Files

0 bytes

 Microsoft.CodeAnalysis 3.5.0-beta1-final

.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) More details at https://aka.ms/roslyn-packages This package was built from the source at https://github.com/dotnet/roslyn/commit/fb3f812a3e4b7534bef784fa2df1c21d1f67864d.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>Microsoft.CodeAnalysis</id>
    <version>3.5.0-beta1-final</version>
    <authors>Microsoft</authors>
    <owners>Microsoft</owners>
    <requireLicenseAcceptance>true</requireLicenseAcceptance>
    <license type="expression">Apache-2.0</license>
    <licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
    <icon>Icon.png</icon>
    <projectUrl>https://github.com/dotnet/roslyn</projectUrl>
    <description>.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)
    
      More details at https://aka.ms/roslyn-packages
      This package was built from the source at https://github.com/dotnet/roslyn/commit/fb3f812a3e4b7534bef784fa2df1c21d1f67864d.</description>
    <copyright>© Microsoft Corporation. All rights reserved.</copyright>
    <tags>Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics</tags>
    <serviceable>true</serviceable>
    <repository type="git" url="https://github.com/dotnet/roslyn" commit="fb3f812a3e4b7534bef784fa2df1c21d1f67864d" />
    <dependencies>
      <group targetFramework=".NETFramework4.7.2">
        <dependency id="Microsoft.CodeAnalysis.CSharp.Workspaces" version="[3.5.0-beta1-final, 3.5.0-beta1-final]" exclude="Build,Analyzers" />
        <dependency id="Microsoft.CodeAnalysis.VisualBasic.Workspaces" version="[3.5.0-beta1-final, 3.5.0-beta1-final]" exclude="Build,Analyzers" />
      </group>
      <group targetFramework=".NETStandard2.0">
        <dependency id="Microsoft.CodeAnalysis.CSharp.Workspaces" version="[3.5.0-beta1-final, 3.5.0-beta1-final]" exclude="Build,Analyzers" />
        <dependency id="Microsoft.CodeAnalysis.VisualBasic.Workspaces" version="[3.5.0-beta1-final, 3.5.0-beta1-final]" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>