Microsoft.Extensions.Configuration.Json
by: Microsoft
- 1 total downloads
- Latest version: 3.1.32
JSON configuration provider implementation for Microsoft.Extensions.Configuration.
Microsoft.Extensions.Configuration.KeyPerFile
by: Microsoft
- 2 total downloads
- Latest version: 9.0.3
Configuration provider that uses files in a directory for Microsoft.Extensions.Configuration.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b96167fbfe8bd45d94e4dcda42c7d09eb5745459
Microsoft.Extensions.DependencyModel
by: Microsoft
- 3 total downloads
- Latest version: 10.0.0-preview.7.25380.108
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.DiagnosticAdapter
by: Microsoft
- 0 total downloads
- Latest version: 3.1.8
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.Diagnostics
by: Microsoft
- 18 total downloads
- Latest version: 10.0.0-rc.1.25451.107
This package includes the default implementation of IMeterFactory and additional extension methods to easily register it with the Dependency Injection framework.
- 1 total downloads
- Latest version: 5.0.0-rc.2.20475.17
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/25bd01f17d5f01fc78bea5eb5308b2c0d79e2889
Microsoft.Extensions.Features
by: Microsoft
- 43 total downloads
- Latest version: 10.0.0-preview.6.25358.103
Provides abstractions for a loosly coupled collection of features.
Commonly Used Types:
Microsoft.AspNetCore.Http.Features.IFeatureCollection
Microsoft.AspNetCore.Http.Features.FeatureCollection
This package was built from the source code at https://github.com/dotnet/dotnet/tree/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.Extensions.Http
by: Microsoft
- 1 total downloads
- Latest version: 3.1.24
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.Identity.Stores
by: Microsoft
- 1 total downloads
- Latest version: 8.0.20
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c78f4a816c0c6a978a801a05a31dce9013e099e2
Microsoft.Extensions.Localization
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.3.22178.4
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/e71b34dbb2c0883145c658bed8814ae45f6fe15e
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 7.0.0-preview.7.22375.6
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.Logging.ApplicationInsights
by: Microsoft
- 1 total downloads
- Latest version: 2.12.2
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
- 44 total downloads
- Latest version: 10.0.0-preview.2.25163.2
Console logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventLog
by: Microsoft
- 38 total downloads
- Latest version: 10.0.0-preview.3.25171.5
Windows Event Log logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.EventSource
by: Microsoft
- 2 total downloads
- Latest version: 9.0.0-preview.2.24128.5
EventSource/EventListener logger provider implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Options
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.3.23174.8
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Telemetry.Abstractions
by: Microsoft
- 15 total downloads
- Latest version: 9.10.0
Common abstractions for high-level telemetry primitives.
Microsoft.Extensions.WebEncoders
by: Microsoft
- 1 total downloads
- Latest version: 6.0.12
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/dotnet/aspnetcore/tree/54142bcb25544b72fac28b1b061e7788c91c4f49
Microsoft.Identity.Client
by: Microsoft
- 1 total downloads
- Latest version: 4.14.0
This package contains the binaries of the Microsoft Authentication Library for .NET (MSAL.NET).
MSAL.NET makes it easy to obtain tokens from the Microsoft identity platform for developers (formally Azure AD v2.0) signing-in users with work & school accounts, Microsoft personal accounts and social identities Azure AD B2C. These tokens again access to Microsoft Cloud API and any other API secured by the Microsoft identity platform. This version supports adding authentication functionality to your .NET based client on Windows desktop (.NET 4.5+), UWP, .NET Core, Xamarin iOS and Xamarin Android.
Microsoft.Identity.Client.Extensions.Msal
by: Microsoft
- 1 total downloads
- Latest version: 2.18.2
This package contains extensions to Microsoft Authentication Library for .NET (MSAL.NET)