Microsoft.Extensions.Caching.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.25
  • cache memorycache distributedcache
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 total downloads
  • Latest version: 3.0.1
  • cache memorycache
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
Microsoft.Extensions.Configuration.AzureKeyVault by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0
  • configuration azure keyvault
Azure KeyVault configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.CommandLine by: Microsoft
  • 1 total downloads
  • Latest version: 5.0.0-preview.4.20251.6
Command line configuration provider implementation for Microsoft.Extensions.Configuration. When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Configuration.Xml by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.0
XML configuration provider implementation for Microsoft.Extensions.Configuration. This package enables you to read configuration parameters from XML files. You can use XmlConfigurationExtensions.AddXmlFile extension method on IConfigurationBuilder to add XML configuration provider to the configuration builder.
Microsoft.Extensions.Diagnostics.HealthChecks by: Microsoft
  • 1 total downloads
  • Latest version: 6.0.27
  • 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/417d650029c720dbd2138bcafbb78e2e4ff31bff
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 10.0.0-preview.2.25164.1
  • diagnostics healthchecks
Abstractions for defining health checks in .NET applications Commonly Used Types Microsoft.Extensions.Diagnostics.HealthChecks.IHealthCheck This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa
Microsoft.Extensions.FileProviders.Embedded by: Microsoft
  • 2 total downloads
  • Latest version: 8.0.22
  • files filesystem
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/ee417479933278bb5aadc5944706a96b5ef74a5d
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 10 total downloads
  • Latest version: 9.0.8
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.23
  • files filesystem glob globbing
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting by: Microsoft
  • 10 total downloads
  • Latest version: 10.0.0-preview.1.25080.5
Hosting and startup infrastructures for applications.
Microsoft.Extensions.Hosting.Systemd by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.4
  • hosting
.NET hosting infrastructure for Systemd Services.
Microsoft.Extensions.Localization by: Microsoft
  • 1 total downloads
  • Latest version: 3.1.23
  • localization
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 38 total downloads
  • Latest version: 10.0.0-preview.6.25358.103
  • 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/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.Extensions.Logging.ApplicationInsights by: Microsoft
  • 1 total downloads
  • Latest version: 2.13.1
  • Analytics Azure ApplicationInsights Telemetry Monitoring SDK ILogger ILoggerBuilder ILoggerProvider
Application Insights ILogger allows forwarding events from ILogger to Application Insights. Application Insights will collect your logs from multiple sources and provide rich powerful search capabilities. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156
Microsoft.Extensions.Logging.Console by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.3
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 2 total downloads
  • Latest version: 3.1.3
  • logging eventlog windowseventlog
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 1 total downloads
  • Latest version: 2.0.0-preview2-final
  • EventSource logging ETW
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options by: Microsoft
  • 40 total downloads
  • Latest version: 10.0.0-rc.2.25502.107
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions by: Microsoft
  • 2 total downloads
  • Latest version: 10.0.0
Provides additional configuration specific functionality related to Options.