Microsoft.EntityFrameworkCore.Abstractions
by: Microsoft
- 1.195k total downloads
- Latest version: 6.0.0-preview.5.21301.9
Provides abstractions and attributes that are used to configure Entity Framework Core
Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 1.677k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Caching abstractions for in-memory cache and distributed cache.
Commonly Used Types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
Microsoft.Extensions.Caching.Memory
by: Microsoft
- 1.866k total downloads
- Latest version: 11.0.0-preview.3.26207.106
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration
by: Microsoft
- 1.711k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1.747k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1.778k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 1.706k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 1.683k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyModel
by: Microsoft
- 1.318k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides abstractions for reading `.deps` files. When a .NET application is compiled, the SDK generates a JSON manifest file (`<ApplicationName>.deps.json`) that contains information about application dependencies. You can use `Microsoft.Extensions.DependencyModel` to read information from this manifest at run time. This is useful when you want to dynamically compile code (for example, using Roslyn Emit API) referencing the same dependencies as your main application.
By default, the dependency manifest contains information about the application's target framework and runtime dependencies. Set the PreserveCompilationContext project property to `true` to additionally include information about reference assemblies used during compilation.
Microsoft.Extensions.Diagnostics
by: Microsoft
- 429 total downloads
- Latest version: 11.0.0-preview.3.26207.106
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Diagnostics.Abstractions
by: Microsoft
- 391 total downloads
- Latest version: 11.0.0-preview.3.26207.106
Diagnostic abstractions for Microsoft.Extensions.Diagnostics.
Commonly Used Types:
Microsoft.Extensions.Diagnostics.Metrics.IMetricsBuilder
Microsoft.Extensions.Diagnostics.Metrics.IMetricsListener
Microsoft.Extensions.Diagnostics.Metrics.InstrumentRule
Microsoft.Extensions.Diagnostics.Metrics.MeterScope
Microsoft.Extensions.Diagnostics.Metrics.MetricsBuilderExtensions
Microsoft.Extensions.Diagnostics.Metrics.MetricsOptions
Microsoft.Extensions.Http
by: Microsoft
- 1.524k total downloads
- Latest version: 11.0.0-preview.3.26207.106
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
by: Microsoft
- 1.722k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1.772k total downloads
- Latest version: 11.0.0-preview.3.26207.106
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
- 302 total downloads
- Latest version: 11.0.0-preview.3.26207.106
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 1.263k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool
by: Microsoft
- 2.739k total downloads
- Latest version: 11.0.0-preview.3.26207.106
A simple object pool implementation.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.Extensions.Options
by: Microsoft
- 1.721k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1.688k total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.OptionsModel
by: Microsoft
- 13 total downloads
- Latest version: 1.0.0-rc1-final
Provides a strongly typed way of specifying and accessing settings using dependency injection.