Microsoft.CodeAnalysis.CSharp.Workspaces by: Microsoft
  • 1 total downloads
  • Latest version: 4.12.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.NET Compiler Platform ("Roslyn") support for analyzing C# 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/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.CodeAnalysis.Features by: Microsoft
  • 1 total downloads
  • Latest version: 4.12.0-2.final
  • Roslyn CodeAnalysis Compiler CSharp VB VisualBasic Parser Scanner Lexer Emit CodeGeneration Metadata IL Compilation Scripting Syntax Semantics
.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/be9c072e1c8a9e6701e34d796b1d68098d08feab.
Microsoft.Data.SqlClient by: Microsoft
  • 22 total downloads
  • Latest version: 5.2.1
  • sqlclient microsoft.data.sqlclient
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.runtime by: Microsoft
  • 5 total downloads
  • Latest version: 5.2.0-preview1.23340.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.
Microsoft.EntityFrameworkCore by: Microsoft
  • 16 total downloads
  • Latest version: 3.1.30
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Entity Framework Core is a lightweight and extensible version of the popular Entity Framework data access technology. Commonly Used Types: Microsoft.EntityFrameworkCore.DbContext Microsoft.EntityFrameworkCore.DbSet
Microsoft.EntityFrameworkCore.Design by: Microsoft
  • 18 total downloads
  • Latest version: 3.1.26
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared design-time components for Entity Framework Core tools.
Microsoft.EntityFrameworkCore.InMemory by: Microsoft
  • 14 total downloads
  • Latest version: 3.1.24
  • 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.Relational by: Microsoft
  • 10 total downloads
  • Latest version: 3.1.30
  • Entity Framework Core entity-framework-core EF Data O/RM EntityFramework EntityFrameworkCore EFCore
Shared Entity Framework Core components for relational database providers.
Microsoft.Extensions.ApiDescription.Server by: Microsoft
  • 49 total downloads
  • Latest version: 9.0.0-rc.1.24452.1
  • MSBuild Swagger OpenAPI code generation Web API service reference document
MSBuild tasks and targets for build-time Swagger and OpenApi document generation This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/280c613963a1768b810d09f32c998fe4490855e9
Microsoft.Extensions.Caching.Memory by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 27 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Diagnostics by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 38 total downloads
  • Latest version: 9.0.0-preview.6.24328.4
  • 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/f5084525411d53b81d9950b68616117750b674d4
Microsoft.Extensions.Http by: Microsoft
  • 17 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. The HttpClient factory provides extensibility to plug in DelegatingHandlers that address cross-cutting concerns such as service location, load balancing, and reliability. The default HttpClient factory provides built-in diagnostics and logging and manages the lifetimes of connections in a performant way. Commonly Used Types: System.Net.Http.IHttpClientFactory
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 29 total downloads
  • Latest version: 9.0.0-preview.6.24327.7
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger<TCategoryName> Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger<T> Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.0-rc.1.24431.7
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore by: Huor Swords
  • 1 total downloads
  • Latest version: 8.0.0
  • Microsoft Extensions Logging Log4Net AspNet Core
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application. Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Microsoft.Extensions.Options by: Microsoft
  • 19 total downloads
  • Latest version: 9.0.0-preview.7.24405.7
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Primitives by: Microsoft
  • 19 total downloads
  • Latest version: 9.0.0-preview.4.24266.19
Primitives shared by framework extensions. Commonly used types include: Commonly Used Types: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment