Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 0 total downloads
  • Latest version: 5.0.10
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b92c9f50f0333ea661785ba849f303cde6a93844
Microsoft.Azure.Cosmos by: Microsoft
  • 2 total downloads
  • Latest version: 3.48.0-preview.0
  • microsoft azure cosmos cosmosdb documentdb docdb nosql azureofficial dotnetcore netcore netstandard
This client library enables client applications to connect to Azure Cosmos DB via the NoSQL API. Azure Cosmos DB is a globally distributed, multi-model database service. For more information, refer to http://azure.microsoft.com/services/cosmos-db/.
Microsoft.Azure.Cosmos.Direct by: Microsoft
  • 8 total downloads
  • Latest version: 3.32.1
Internal implementation package not meant for direct consumption. Please do not reference directly.
Microsoft.Bcl.Numerics by: Microsoft
  • 1 total downloads
  • Latest version: 8.0.0-rc.2.23479.6
Provides the System.MathF for .NET Standard 2.0
Microsoft.Build by: Microsoft
  • 1 total downloads
  • Latest version: 17.14.5
  • MSBuild
This package contains the Microsoft.Build assembly which is used to create, edit, and evaluate MSBuild projects.
Microsoft.CodeAnalysis.Common by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-rc1-20151109-01
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
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. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Portable Class Libraries
Microsoft.CodeAnalysis.Scripting.Common by: Microsoft
  • 1 total downloads
  • Latest version: 2.8.0-beta4
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
Microsoft .NET Compiler Platform ("Roslyn") shared scripting package. 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/9081e399a13297f6e2fd37cb06ca82ffba3eed21
Microsoft.CodeAnalysis.VisualBasic.Workspaces by: Microsoft
  • 1 total downloads
  • Latest version: 1.0.0-rc3
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for analyzing Visual Basic projects and solutions. Supported Platforms: - .NET Framework 4.5
Microsoft.CodeAnalysis.Workspaces.Common by: Microsoft
  • 3 total downloads
  • Latest version: 2.3.0-beta2
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
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.
Microsoft.Data.SqlClient by: Microsoft
  • 1 total downloads
  • Latest version: 4.1.1
  • sqlclient microsoft.data.sqlclient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.Sqlite.Core by: Microsoft
  • 10 total downloads
  • Latest version: 9.0.0-preview.7.24405.3
  • SQLite Data ADO.NET
Microsoft.Data.Sqlite is a lightweight ADO.NET provider for SQLite. This package does not include a copy of the native SQLite library. 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.EntityFrameworkCore.Analyzers by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.10
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
CSharp Analyzers for Entity Framework Core.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.3
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore In-Memory
In-memory database provider for Entity Framework Core (to be used for testing purposes).
Microsoft.EntityFrameworkCore.SqlServer by: Microsoft
  • 2 total downloads
  • Latest version: 2.2.0-preview3-35497
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore SQL Server
Microsoft SQL Server database provider for Entity Framework Core. This package was built from the source at: https://github.com/aspnet/EntityFrameworkCore/tree/b8ad5cc289bcd501d079f64223849672fc071222
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview1-35029
  • configuration commandline
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package was built from the source at: https://github.com/aspnet/Configuration/tree/55a0df253ae1fdf4065b6f54fa3e6bac07a3e196
Microsoft.Extensions.Configuration.KeyPerFile by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • configuration
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration. This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 1 total downloads
  • Latest version: 2.2.0-preview3-35497
  • dependencyinjection di
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.14
  • diagnostics healthchecks
Components for performing health checks in .NET applications Commonly Used Types: Microsoft.Extensions.Diagnostics.HealthChecks.HealthCheckService Microsoft.Extensions.Diagnostics.HealthChecks.IHealthChecksBuilder This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/54e8b61777d42d2b10744d1987438ee5b8c0b24d
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.12
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Composite by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.12
Composite file and directory providers for Microsoft.Extensions.FileProviders.