Microsoft.Extensions.Caching.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
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.Redis
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis.
Microsoft.Extensions.Configuration
by: Microsoft
- 5 total downloads
- Latest version: 2.0.0
Implementation of key-value pair based configuration for Microsoft.Extensions.Configuration. Includes the memory configuration provider.
Microsoft.Extensions.Configuration.AzureKeyVault
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine
by: Microsoft.Extensions.Configuration.CommandLine
- 1 total downloads
- Latest version: 1.0.0-rc2-final
Command line configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.EnvironmentVariables
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
Environment variables configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.FileExtensions
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Extension methods for configuring file-based configuration providers for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Ini
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
INI configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Json
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.Xml
by: Microsoft.Extensions.Configuration.Xml
- 1 total downloads
- Latest version: 1.0.2
XML configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft.Extensions.DependencyInjection.Abstractions
- 3 total downloads
- Latest version: 1.0.2
Abstractions for dependency injection.
Commonly used types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.DependencyInjection.ServiceCollectionExtensions
Microsoft.Extensions.DependencyModel
by: Microsoft
- 22 total downloads
- Latest version: 6.0.0-preview.1.21102.12
Abstractions for reading `.deps` files.
Commonly Used Types:
Microsoft.Extensions.DependencyModel.DependencyContext
Microsoft.Extensions.DiagnosticAdapter
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
Microsoft extension adapter feature to extend DiagnosticListener. Contains extension methods that extend System.Diagnostics.DiagnosticListener, and enables duck-typing based event handling by using dynamically generated proxy types.
Microsoft.Extensions.FileProviders.Embedded
by: Microsoft.Extensions.FileProviders.Embedded
- 1 total downloads
- Latest version: 1.0.0-rc2-final
File provider for files in embedded resources for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Physical
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview1-final
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview1-final
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Globalization.CultureInfoCache
by: Microsoft
- 7 total downloads
- Latest version: 1.1.3
Provides cached instances of CultureInfo using a generated list of known culture names for use in scenarios where unbounded CultureInfo creation is undesirable.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
.NET Core hosting and startup abstractions for applications.
Microsoft.Extensions.Localization
by: Microsoft
- 12 total downloads
- Latest version: 2.0.0
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Logging
by: Microsoft.Extensions.Logging
- 2 total downloads
- Latest version: 1.0.0-rc2-final
Logging infrastructure default implementation for Microsoft.Extensions.Logging.