Microsoft.Extensions.Configuration.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.4.23259.5
Provides abstractions of key-value pair based configuration. Interfaces defined in this package are implemented by classes in Microsoft.Extensions.Configuration and other configuration packages.
Microsoft.Extensions.Configuration.Binder
by: Microsoft
- 1 total downloads
- Latest version: 9.0.0-preview.5.24306.7
Provides the functionality to bind an object to data in configuration providers for Microsoft.Extensions.Configuration. This package enables you to represent the configuration data as strongly-typed classes defined in the application code. To bind a configuration, use the Microsoft.Extensions.Configuration.ConfigurationBinder.Get extension method on the IConfiguration object. To use this package, you also need to install a package for the configuration provider, for example, Microsoft.Extensions.Configuration.Json for the JSON provider.
Microsoft.Extensions.DependencyInjection
by: Microsoft
- 2 total downloads
- Latest version: 3.1.12
Default implementation of dependency injection for Microsoft.Extensions.DependencyInjection.
Microsoft.Extensions.DependencyInjection.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 8.0.2
Abstractions for dependency injection.
Commonly Used Types:
Microsoft.Extensions.DependencyInjection.IServiceCollection
Microsoft.Extensions.FileProviders.Composite
by: Microsoft
- 1 total downloads
- Latest version: 3.1.15
Composite file and directory providers for Microsoft.Extensions.FileProviders.
Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Hosting.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0
Hosting and startup abstractions for applications.
Microsoft.Extensions.Localization
by: Microsoft
- 1 total downloads
- Latest version: 9.0.6
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/379bfc7b2559e7cc9f42f997a497b2f2dd8e12d2
Microsoft.Extensions.Localization.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 7.0.0-preview.2.22153.2
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/aspnetcore/tree/e0d900c8649d185cf925b59bc12187a116e5e114
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 8.0.2
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.Options
by: Microsoft
- 2 total downloads
- Latest version: 10.0.0-preview.7.25380.108
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 3.0.0
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.WebEncoders
by: Microsoft
- 1 total downloads
- Latest version: 10.0.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/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.IdentityModel.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 8.4.0
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 2 total downloads
- Latest version: 7.1.2
Includes types that provide support for creating, serializing and validating JSON Web Tokens. This is a newer, faster version of System.IdentityModel.Tokens.Jwt that has additional functionality.
Microsoft.IdentityModel.Protocols
by: Microsoft
- 1 total downloads
- Latest version: 6.23.0
Provides base protocol support for OpenIdConnect and WsFederation.
Microsoft.IdentityModel.Protocols.OpenIdConnect
by: Microsoft
- 2 total downloads
- Latest version: 7.6.3
Includes types that provide support for OpenIdConnect protocol.
Microsoft.Net.Http
by: Microsoft
- 17 total downloads
- Latest version: 2.2.29
This package includes HttpClient for sending requests over HTTP, as well as HttpRequestMessage and HttpResponseMessage for processing HTTP messages.
This package is not supported in Visual Studio 2010, and is only required for projects targeting .NET Framework 4.5, Windows 8, or Windows Phone 8.1 when consuming a library that uses this package.
Supported Platforms:
- .NET Framework 4
- Windows 8
- Windows Phone 8.1
- Windows Phone Silverlight 7.5
- Silverlight 4
- Portable Class Libraries
Microsoft.Net.Http.Headers
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
HTTP header parser implementations.
Newtonsoft.Json.Bson
by: James Newton-King
- 1 total downloads
- Latest version: 1.0.2
Json.NET BSON adds support for reading and writing BSON