Microsoft.ClearScript.Windows.Core
by: Microsoft
- 0 total downloads
- Latest version: 7.5.0
A library for adding scripting to .NET applications. This package supports the Windows Script engines (JScript and VBScript).
Microsoft.CodeAnalysis
by: Microsoft
- 2 total downloads
- Latest version: 4.8.0-1.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/692d17e98436dfde74109aefe78f3507ae6c5b36.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 6 total downloads
- Latest version: 3.11.0-beta1.25123.3
Analyzers for consumers of Microsoft.CodeAnalysis NuGet package, i.e. extensions and applications built on top of .NET Compiler Platform (Roslyn). This package is included as a development dependency of Microsoft.CodeAnalysis NuGet package and does not need to be installed separately if you are referencing Microsoft.CodeAnalysis NuGet package.
Microsoft.CodeAnalysis.AnalyzerUtilities
by: Microsoft
- 1 total downloads
- Latest version: 3.3.4-beta1.22361.3
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 1 total downloads
- Latest version: 3.3.4-beta1.23061.1
Banned API Analyzers
Microsoft.CodeAnalysis.Common
by: Microsoft
- 1 total downloads
- Latest version: 3.5.0-beta1-final
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn").
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/fb3f812a3e4b7534bef784fa2df1c21d1f67864d.
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 2 total downloads
- Latest version: 4.12.0-2.final
.NET Compiler Platform ("Roslyn") support for C#, Microsoft.CodeAnalysis.CSharp.dll.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.CodeAnalysis.CSharp.Features
by: Microsoft
- 4 total downloads
- Latest version: 3.0.0-beta3-final
.NET Compiler Platform ("Roslyn") support for creating C# editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/091091276de5136e94e4413faa87e4d4ec3a7671.
Microsoft.CodeAnalysis.CSharp.Scripting
by: Microsoft
- 0 total downloads
- Latest version: 3.9.0-4.final
Microsoft .NET Compiler Platform ("Roslyn") CSharp scripting package.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/2fc92d84e746c3aab75f0930278ea6675cd5bb5c.
Microsoft.CodeAnalysis.CSharp.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
.NET Compiler Platform ("Roslyn") support for analyzing C# projects and solutions.
Microsoft.CodeAnalysis.Features
by: Microsoft
- 2 total downloads
- Latest version: 3.2.0-beta3-final
.NET Compiler Platform ("Roslyn") support for creating editing experiences.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/5905d757a89126ebbcdb383b1a10cadda8c6fdc3.
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.3.4-beta1.22361.3
Public API Analyzers
Microsoft.CodeAnalysis.Razor
by: Microsoft
- 1 total downloads
- Latest version: 6.0.26
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d504a7b7dab277712646747e9f5cce0d9507245e
Microsoft.CodeAnalysis.VisualBasic
by: Microsoft
- 0 total downloads
- Latest version: 4.6.0
.NET Compiler Platform ("Roslyn") support for Visual Basic, Microsoft.CodeAnalysis.VisualBasic.dll.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/c3cc1d0ceeab1a65da0217e403851a1e8a30086a.
Microsoft.CodeAnalysis.VisualBasic.Workspaces
by: Microsoft
- 1 total downloads
- Latest version: 3.4.0-beta3-final
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/b8a5611e3db4f7ac3b5e1404b129304b5baf843e.
Microsoft.CodeAnalysis.Workspaces.Common
by: Microsoft
- 2 total downloads
- Latest version: 3.9.0-3.final
A shared package used by the .NET Compiler Platform ("Roslyn") including support for analyzing projects and solutions.
Do not install this package manually, it will be added as a prerequisite by other packages that require it.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/e5eb71d6714749bccf91d9268ece78cd5d4d43ea.
Microsoft.CodeAnalysis.Workspaces.MSBuild
by: Microsoft
- 2 total downloads
- Latest version: 4.12.0
.NET Compiler Platform ("Roslyn") support for analyzing MSBuild projects and solutions. This should be used with at least one
of the following packages to add the appropriate language support:
- Microsoft.CodeAnalysis.CSharp.Workspaces
- Microsoft.CodeAnalysis.VisualBasic.Workspaces
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/dfa7fc6bdea31a858a402168384192b633c811fa.
Microsoft.CodeCoverage
by: Microsoft
- 2 total downloads
- Latest version: 16.10.0-release-20210422-02
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".
Microsoft.Data.SqlClient
by: Microsoft
- 3 total downloads
- Latest version: 6.1.1
The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS).
Commonly Used Types:
Microsoft.Data.SqlClient.SqlConnection
Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.SqlParameter
Microsoft.Data.SqlClient.SqlDataReader
Microsoft.Data.SqlClient.SqlCommand
Microsoft.Data.SqlClient.SqlTransaction
Microsoft.Data.SqlClient.SqlParameterCollection
Microsoft.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Data.SqlClient.SNI
by: Microsoft
- 3 total downloads
- Latest version: 6.0.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
When using NuGet 3.x this package requires at least version 3.4.