Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 15 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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
- 113 total downloads
- Latest version: 9.0.0-preview.3.24172.9
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft
- 15 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Command line configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from the command line arguments of your application. You can use CommandLineConfigurationExtensions.AddCommandLine extension method on IConfigurationBuilder to add the command line configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 15 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from environment variables. You can use EnvironmentVariablesExtensions.AddEnvironmentVariables extension method on IConfigurationBuilder to add the environment variables configuration provider to the configuration builder.
Microsoft.Extensions.Configuration.UserSecrets
by: Microsoft
- 17 total downloads
- Latest version: 9.0.0-preview.3.24172.9
User secrets configuration provider implementation for Microsoft.Extensions.Configuration. User secrets mechanism enables you to override application configuration settings with values stored in the local secrets file. You can use UserSecretsConfigurationExtensions.AddUserSecrets extension method on IConfigurationBuilder to add user secrets provider to the configuration builder.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 26 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 13 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.Diagnostics.HealthChecks
by: Microsoft
- 13 total downloads
- Latest version: 9.0.0-preview.3.24172.13
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/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.FileProviders.Abstractions
by: Microsoft
- 18 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Abstractions of files and directories.
Commonly Used Types:
Microsoft.Extensions.FileProviders.IDirectoryContents
Microsoft.Extensions.FileProviders.IFileInfo
Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft
- 130 total downloads
- Latest version: 9.0.0-preview.3.24172.13
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.Hosting
by: Microsoft
- 14 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 15 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Hosting and startup abstractions for applications.
Microsoft.Extensions.Http
by: Microsoft
- 12 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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.Localization
by: Microsoft
- 12 total downloads
- Latest version: 9.0.0-preview.3.24172.13
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.Extensions.Logging
by: Microsoft
- 98 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 14 total downloads
- Latest version: 9.0.0-preview.3.24172.9
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.Options
by: Microsoft
- 94 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 14 total downloads
- Latest version: 9.0.0-preview.3.24172.9
Provides additional configuration specific functionality related to Options.
Microsoft.IdentityModel.Tokens
by: Microsoft
- 13 total downloads
- Latest version: 6.35.0
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 16 total downloads
- Latest version: 3.0.0
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.