Microsoft.Extensions.FileSystemGlobbing
by: Microsoft
- 67 total downloads
- Latest version: 11.0.0-preview.7.26381.103
File system globbing to find files matching a specified pattern.
Microsoft.Extensions.Http
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0
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.Logging
by: Microsoft
- 47 total downloads
- Latest version: 10.0.2
Logging infrastructure default implementation for Microsoft.Extensions.Logging.
Microsoft.Extensions.Logging.Abstractions
by: Microsoft
- 82 total downloads
- Latest version: 11.0.0-preview.7.26381.103
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.ObjectPool
by: Microsoft
- 21 total downloads
- Latest version: 10.0.11
A simple object pool implementation.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/e2f47b0110ed922f21a1522da67279133ce28f32
Microsoft.Extensions.Options
by: Microsoft
- 23 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.7.26381.103
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives
by: Microsoft
- 25 total downloads
- Latest version: 10.0.11
Primitives shared by framework extensions. Commonly used types include:
Commonly Used Types:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 1 total downloads
- Latest version: 7.7.3
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.35.0
Provides base protocol support for OpenIdConnect and WsFederation.
Microsoft.IdentityModel.Protocols.OpenIdConnect
by: Microsoft
- 23 total downloads
- Latest version: 8.22.0
Includes types that provide support for OpenIdConnect protocol.
Microsoft.IdentityModel.Tokens
by: Microsoft
- 2 total downloads
- Latest version: 6.33.0
Includes types that provide support for SecurityTokens, Cryptographic operations: Signing, Verifying Signatures, Encryption.
Microsoft.NETCore.Targets
by: Microsoft
- 1 total downloads
- Latest version: 5.0.0-preview.3.20214.6
Provides supporting infrastructure for portable projects: support identifiers that define framework and runtime for support targets and packages that reference the minimum supported package versions when targeting these.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.OData.Client
by: Microsoft
- 10 total downloads
- Latest version: 7.21.7
LINQ-enabled client API for issuing OData queries and consuming OData JSON payloads. Supports OData v4. Targets .NET 4.5 and .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.OData.Core
by: Microsoft
- 11 total downloads
- Latest version: 7.21.7
Classes to serialize, deserialize and validate OData JSON payloads. Supports OData v4. Enables construction of OData services and clients. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.OData.Edm
by: Microsoft
- 32 total downloads
- Latest version: 7.21.7
Classes to represent, construct, parse, serialize and validate entity data models. Supports OData v4. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
Microsoft.Spatial
by: Microsoft
- 23 total downloads
- Latest version: 7.21.7
Contains classes and methods that facilitate geography and geometry spatial operations. Targets .NET Platform Standard 1.1.
OData .NET library is open source at http://github.com/OData/odata.net. Documentation for the library can be found at https://docs.microsoft.com/en-us/odata/.
MongoDB.Bson
by: MongoDB Inc.
- 37 total downloads
- Latest version: 3.11.0
MongoDB's Official Bson Library.
MongoDB.Driver
by: MongoDB Inc.
- 5 total downloads
- Latest version: 2.13.0-beta1
Official .NET driver for MongoDB.
Newtonsoft.Json
by: James Newton-King
- 21 total downloads
- Latest version: 13.0.5-beta1
Json.NET is a popular high-performance JSON framework for .NET