Microsoft.CodeDom.Providers.DotNetCompilerPlatform
by: Microsoft
- 206 total downloads
- Latest version: 4.1.0
Replacement CodeDOM providers that use the new .NET Compiler Platform ("Roslyn") compiler as a service APIs. This provides support for new language features in systems using CodeDOM (e.g. ASP.NET runtime compilation) as well as improving the compilation performance of these systems.
This package was built from the source at https://github.com/aspnet/RoslynCodeDomProvider/commit/b45d96211503a5f83ffc65ffc07a62b0210e16de
Microsoft.Data.Sqlite.Core
by: Microsoft
- 30 total downloads
- Latest version: 2.0.0
SQLite implementation of the System.Data.Common provider model.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.CodeAnalysis.FlowAnalysis.Utilities
by: Microsoft
- 94 total downloads
- Latest version: 2.9.6
Utilities for Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.Data.Edm
by: Microsoft Corporation
- 14 total downloads
- Latest version: 5.8.2
Classes to represent, construct, parse, serialize and validate entity data models. Targets .NET 4.0, Silverlight 4.0, or .NET Portable Lib with support for .NET 4.0, SL 5.0, Win Phone 8, Win Phone 8.1, and Win 8. Localized for CHS, CHT, DEU, ESN, FRA, ITA, JPN, KOR and RUS.
Microsoft.CodeAnalysis
by: Microsoft
- 2.075k total downloads
- Latest version: 4.13.0
.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/75e79dace86b274327a1afe479228d82a06051a4.
Microsoft.Data.SqlClient.SNI.runtime
by: Microsoft
- 651 total downloads
- Latest version: 6.0.2
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.
Microsoft.CodeAnalysis.Analyzers
by: Microsoft
- 25.518k total downloads
- Latest version: 3.11.0-beta1.23364.2
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.Data.Sqlite
by: Microsoft
- 223 total downloads
- Latest version: 2.0.1
SQLite implementation of the System.Data.Common provider model.
Commonly Used Types:
Microsoft.Data.Sqlite.SqliteCommand
Microsoft.Data.Sqlite.SqliteConnection
Microsoft.Data.Sqlite.SqliteConnectionStringBuilder
Microsoft.Data.Sqlite.SqliteDataReader
Microsoft.Data.Sqlite.SqliteException
Microsoft.Data.Sqlite.SqliteFactory
Microsoft.Data.Sqlite.SqliteParameter
Microsoft.Data.Sqlite.SqliteTransaction
Microsoft.Data.SQLite
by: Microsoft
- 14 total downloads
- Latest version: 1.0.0-beta1
SQLite implementation of the DataCommon provider model.
Microsoft.CodeAnalysis.NetAnalyzers
by: Microsoft
- 205 total downloads
- Latest version: 7.0.4
Microsoft recommended code quality rules and .NET API usage rules implemented as analyzers using the .NET Compiler Platform (Roslyn).
Microsoft.CodeAnalysis.FxCopAnalyzers
by: Microsoft
- 658 total downloads
- Latest version: 3.3.2
Microsoft recommended code quality rules and .NET API usage rules, including the most important FxCop rules, implemented as analyzers using the .NET Compiler Platform (Roslyn). These analyzers check your code for security, performance, and design issues, among others. The documentation for FxCop analyzers can be found at https://docs.microsoft.com/visualstudio/code-quality/install-fxcop-analyzers
Microsoft.CodeAnalysis.BannedApiAnalyzers
by: Microsoft
- 954 total downloads
- Latest version: 3.12.0-beta1.25081.1
Banned API Analyzers
Microsoft.CSharp
by: Microsoft
- 59 total downloads
- Latest version: 4.0.0-beta-22816
Provides support for compilation and code generation, including dynamic, using the C# language.
Commonly Used Types:
Microsoft.CSharp.RuntimeBinder.Binder
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfo
Microsoft.CSharp.RuntimeBinder.CSharpArgumentInfoFlags
Microsoft.CSharp.RuntimeBinder.CSharpBinderFlags
Microsoft.CodeAnalysis.PublicApiAnalyzers
by: Microsoft
- 900 total downloads
- Latest version: 3.12.0-beta1.25155.1
Public API Analyzers
Microsoft.CodeQuality.Analyzers
by: Microsoft
- 547 total downloads
- Latest version: 3.3.2
Microsoft recommended code quality rules implemented as analyzers using the .NET Compiler Platform (Roslyn). This package is included as a part of Microsoft.CodeAnalysis.FxCopAnalyzers NuGet package and does not need to be installed separately.
Microsoft.CodeAnalysis.AnalyzerUtilities
by: Microsoft
- 605 total downloads
- Latest version: 3.12.0-beta1.25081.1
Analyzer utilities for various analyses, including Dataflow analysis based on ControlFlowGraph API in Microsoft.CodeAnalysis.
Microsoft.CodeAnalysis.Razor
by: Microsoft
- 40 total downloads
- Latest version: 2.0.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Microsoft.CodeAnalysis.VersionCheckAnalyzer
by: Microsoft
- 354 total downloads
- Latest version: 3.3.2
Microsoft.CodeAnalysis Version Check Analyzer
Microsoft.Composition
by: Microsoft
- 36 total downloads
- Latest version: 1.0.31
This packages provides a version of the Managed Extensibility Framework (MEF) that is lightweight and specifically optimized for high throughput scenarios, such as the web.
Supported Platforms:
- .NET Framework 4.5
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 8
- Portable Class Libraries
Microsoft.CodeAnalysis.Compilers
by: Microsoft
- 1.413k total downloads
- Latest version: 4.13.0
Compiler layer of the .NET Compiler Platform ("Roslyn").
Install this package to get both C# and Visual Basic support.
If you want just support for one language, install Microsoft.CodeAnalysis.CSharp or Microsoft.CodeAnalysis.VisualBasic.
More details at https://aka.ms/roslyn-packages
This package was built from the source at https://github.com/dotnet/roslyn/commit/75e79dace86b274327a1afe479228d82a06051a4.
Microsoft.Build.Tasks.SourceControl
by: Microsoft
- 24 total downloads
- Latest version: 1.0.0-beta-62908-01
MSBuild tasks providing source control information.