Microsoft.Extensions.Logging by: Microsoft
  • 159 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Localization by: Microsoft
  • 218 total downloads
  • Latest version: 11.0.0-preview.3.26207.106
  • localization
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/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions by: Microsoft
  • 244 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
  • 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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.Extensions.Hosting by: Microsoft
  • 104 total downloads
  • Latest version: 10.0.9
Hosting and startup infrastructures for applications.
Microsoft.Extensions.FileProviders.Physical by: Microsoft
  • 148 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
File provider for physical files for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileProviders.Abstractions by: Microsoft
  • 120 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
Abstractions of files and directories. Commonly Used Types: Microsoft.Extensions.FileProviders.IDirectoryContents Microsoft.Extensions.FileProviders.IFileInfo Microsoft.Extensions.FileProviders.IFileProvider
Microsoft.Extensions.Localization.Abstractions by: Microsoft
  • 243 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
  • 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/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.Extensions.FileSystemGlobbing by: Microsoft
  • 104 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions by: Microsoft
  • 131 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Hosting and startup abstractions for applications.
Microsoft.Extensions.Logging.Abstractions by: Microsoft
  • 161 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
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.DependencyModel by: Microsoft
  • 134 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
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.Logging.Console by: Microsoft
  • 87 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Diagnostics.Abstractions by: Microsoft
  • 56 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
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.Diagnostics.HealthChecks by: Microsoft
  • 229 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
  • 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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.Extensions.Logging.EventSource by: Microsoft
  • 98 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug by: Microsoft
  • 120 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
Debug output logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a debugger monitor by writing messages with System.Diagnostics.Debug.WriteLine().
Microsoft.Extensions.Logging.Configuration by: Microsoft
  • 51 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore by: Microsoft
  • 6 total downloads
  • Latest version: 3.0.0-preview6.19307.2
  • diagnostics healthchecks entityframeworkcore
Components for performing health checks using EntityFrameworkCore. This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/c5f85986e62dabfc0b7f2f2a45dc7c22e8ac815f
Microsoft.Extensions.Diagnostics by: Microsoft
  • 31 total downloads
  • Latest version: 11.0.0-preview.4.26230.115
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
Microsoft.Extensions.Logging.EventLog by: Microsoft
  • 116 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.