Microsoft.Extensions.Configuration.FileExtensions by: Microsoft
  • 7 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Provides a base class for file-based configuration providers used with Microsoft.Extensions.Configuration and extension methods for configuring them.
Microsoft.Extensions.Configuration.Json by: Microsoft
  • 6 total downloads
  • Latest version: 6.0.0
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.UserSecrets by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.0
User secrets configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection by: Microsoft
  • 9 total downloads
  • Latest version: 5.0.0
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.DependencyInjection.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 5.0.0
Abstractions for dependency injection. Commonly Used Types: Microsoft.Extensions.DependencyInjection.IServiceCollection When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.DependencyModel by: Microsoft
  • 6 total downloads
  • Latest version: 6.0.0
Abstractions for reading `.deps` files. Commonly Used Types: Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.Diagnostics.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
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.FileProviders.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 6 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.2.25163.2
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting by: Microsoft
  • 7 total downloads
  • Latest version: 9.0.3
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 7 total downloads
  • Latest version: 6.0.0
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http.Polly by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • aspnetcore httpclient
The HttpClient factory is a pattern for configuring and retrieving named HttpClients in a composable way. This package integrates IHttpClientFactory with the Polly library, to add transient-fault-handling and resiliency through fluent policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 5 total downloads
  • Latest version: 8.0.2
  • localization
Abstractions of application localization services. Commonly used types: Microsoft.Extensions.Localization.IStringLocalizer Microsoft.Extensions.Localization.IStringLocalizer<T> This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da7e9894ce22ef8cc02e5acc56e95a6f8cf8f644
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 6 total downloads
  • Latest version: 5.0.0
Logging abstractions for Microsoft.Extensions.Logging. Commonly Used Types: Microsoft.Extensions.Logging.ILogger Microsoft.Extensions.Logging.ILoggerFactory Microsoft.Extensions.Logging.ILogger&lt;TCategoryName&gt; Microsoft.Extensions.Logging.LogLevel Microsoft.Extensions.Logging.Logger&lt;T&gt; Microsoft.Extensions.Logging.LoggerMessage Microsoft.Extensions.Logging.Abstractions.NullLogger When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.Console by: Microsoft
  • 5 total downloads
  • Latest version: 6.0.0
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.3.25171.5
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.ObjectPool by: Microsoft
  • 5 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • pooling
A simple object pool implementation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.Extensions.OptionsModel by: Microsoft
  • 7 total downloads
  • Latest version: 1.0.0-rc1-final
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Primitives by: Microsoft
  • 7 total downloads
  • Latest version: 3.0.3
  • primitives
Primitives shared by framework extensions. Commonly used types include: Microsoft.Extensions.Primitives.IChangeToken Microsoft.Extensions.Primitives.StringValues Microsoft.Extensions.Primitives.StringSegment