Microsoft.Extensions.Localization
by: Microsoft
- 154 total downloads
- Latest version: 3.1.10
Application localization services and default implementation based on ResourceManager to load localized assembly resources.
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 95 total downloads
- Latest version: 3.1.10
Abstractions of application localization services.
Commonly used types:
Microsoft.Extensions.Localization.IStringLocalizer
Microsoft.Extensions.Localization.IStringLocalizer<T>
Microsoft.Extensions.Logging
by: Microsoft
- 340 total downloads
- Latest version: 5.0.0
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 646 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<TCategoryName>
Microsoft.Extensions.Logging.LogLevel
Microsoft.Extensions.Logging.Logger<T>
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.ApplicationInsights
by: Microsoft
- 14 total downloads
- Latest version: 2.12.0
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.AzureAppServices
by: Microsoft
- 33 total downloads
- Latest version: 2.2.0
Logger implementation to support Azure App Services 'Diagnostics logs' and 'Log stream' features.
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
Microsoft.Extensions.Logging.Configuration
by: Microsoft
- 80 total downloads
- Latest version: 3.1.13
Configuration support for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Console
by: Microsoft
- 88 total downloads
- Latest version: 3.1.13
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Debug
by: Microsoft
- 93 total downloads
- Latest version: 3.1.13
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.EventLog
by: Microsoft
- 39 total downloads
- Latest version: 3.1.13
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 74 total downloads
- Latest version: 3.1.13
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Log4Net.AspNetCore
by: Huor Swords
- 13 total downloads
- Latest version: 2.2.11
Allows to configure Log4net as Microsoft Extensions Logging handler on any ASP.NET Core application.
Original code proposal by @anuraj --> https://dotnetthoughts.net/how-to-use-log4net-with-aspnetcore-for-logging/
Microsoft.Extensions.Logging.TraceSource
by: Microsoft
- 37 total downloads
- Latest version: 2.2.0
TraceSource logger provider implementation for Microsoft.Extensions.Logging. This logger logs messages to a trace listener by writing messages with System.Diagnostics.TraceSource.TraceEvent().
Microsoft.Extensions.ObjectPool
by: Microsoft
- 113 total downloads
- Latest version: 3.1.0
A simple object pool implementation.
Microsoft.Extensions.Options
by: Microsoft
- 644 total downloads
- Latest version: 5.0.0
Provides a strongly typed way of specifying and accessing settings using dependency injection.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 241 total downloads
- Latest version: 3.1.13
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.PlatformAbstractions
by: Microsoft
- 36 total downloads
- Latest version: 1.1.0
Abstractions that unify behavior and API across .NET Framework, .NET Core and Mono
Microsoft.Extensions.Primitives
by: Microsoft
- 444 total downloads
- Latest version: 3.1.13
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.Extensions.SecretManager.Tools
by: Microsoft
- 13 total downloads
- Latest version: 2.0.0
Command line tool to manage user secrets for Microsoft.Extensions.Configuration.
Microsoft.Extensions.WebEncoders
by: Microsoft
- 89 total downloads
- Latest version: 2.2.0
Contains registration and configuration APIs to add the core framework encoders to a dependency injection container.
This package was built from the source code at https://github.com/aspnet/HtmlAbstractions/tree/6c5ca90d81f9013a8652da4c1752bd0b4d18e908