Microsoft.Extensions.Options
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Provides a strongly typed way of specifying and accessing settings using dependency injection.
Microsoft.Extensions.Options.ConfigurationExtensions
by: Microsoft
- 7 total downloads
- Latest version: 2.0.0
Provides additional configuration specific functionality related to Options.
Microsoft.Extensions.Primitives
by: Microsoft
- 6 total downloads
- Latest version: 2.0.0
Primitives shared by framework extensions. Commonly used types include:
Microsoft.Extensions.Primitives.IChangeToken
Microsoft.Extensions.Primitives.StringValues
Microsoft.Extensions.Primitives.StringSegment
Microsoft.ICU.ICU4C.Runtime
by: Microsoft
- 1 total downloads
- Latest version: 72.1.0.3
This package contains pre-built binaries of ICU4C using the Microsoft ICU (MS-ICU) repo on GitHub.
ICU4C is a mature, widely used set of C/C++ libraries providing Unicode and Globalization support for software applications.
The MS-ICU repo contains a modified version of ICU4C with changes needed for consumption inside various Microsoft products.
This runtime package only contains the common and i18n libraries, along with the data library.
To download debugging symbols please see the page here:
https://github.com/microsoft/icu/releases/tag/v72.1.0.3
Note: For binary compatibility between versions see the page here: https://aka.ms/icu-binary-compatibility
Microsoft.IdentityModel.Abstractions
by: Microsoft
- 10 total downloads
- Latest version: 6.35.0
A package containing thin abstractions for Microsoft.IdentityModel.
Microsoft.IdentityModel.JsonWebTokens
by: Microsoft
- 10 total downloads
- Latest version: 6.35.0
Includes types that provide support for creating, serializing and validating JSON Web Tokens.
Microsoft.IdentityModel.Logging
by: Microsoft
- 5 total downloads
- Latest version: 6.35.0
Includes Event Source based logging support.
Microsoft.IdentityModel.Protocols
by: Microsoft
- 3 total downloads
- Latest version: 6.35.0
Provides base protocol support for OpenIdConnect and WsFederation.
Microsoft.IdentityModel.Protocols.OpenIdConnect
by: Microsoft
- 12 total downloads
- Latest version: 6.35.0
Includes types that provide support for OpenIdConnect protocol.
Microsoft.IO.RecyclableMemoryStream
by: Microsoft
- 21 total downloads
- Latest version: 2.3.2
A pooled MemoryStream allocator to decrease GC load and improve performance on highly scalable systems.
Microsoft.NETCore.Jit
by: Microsoft
- 9 total downloads
- Latest version: 1.0.2
The .NET JIT compiler.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Platforms
by: Microsoft
- 29 total downloads
- Latest version: 3.1.0
Provides runtime information required to resolve target framework, platform, and runtime specific implementations of .NETCore packages.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Portable.Compatibility
by: Microsoft
- 3 total downloads
- Latest version: 1.0.1
Enables compatiblity with portable libraries targeting previous .NET releases like .NET Framework 4.0 and Silverlight.
This package supports retargeting references to classic reference assemblies (mscorlib.dll, system.dll, etc) to new contract assemblies (System.Runtime.dll, System.IO, etc). It does this in a pay-for-play way to prevent consuming assemblies from having to reference all of the contracts that happen to overlap with mscorlib. As such, when using this package you may encounter errors like
error CS0012: The type 'WebRequest' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Net.Requests, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
To resolve these errors install the package with the same name name as the missing assembly.
TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Runtime.CoreCLR
by: Microsoft
- 7 total downloads
- Latest version: 1.0.2
The .NET Core runtime, called CoreCLR, and the base library, called mscorlib. It includes the garbage collector, JIT compiler, base .NET data types and many low-level classes.
When using NuGet 3.x this package requires at least version 3.4.
Microsoft.NETCore.Targets
by: Microsoft
- 14 total downloads
- Latest version: 1.1.0
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.NETCore.Windows.ApiSets
by: Microsoft
- 4 total downloads
- Latest version: 1.0.1
Windows API set dlls for use in operating systems that do not include them.
TFS ID: 1612576, GitHub SHA: https://github.com/dotnet/corefx/tree/f47c814b003d17da52940739e227f04e52b10279
When using NuGet 3.x this package requires at least version 3.4.
NETStandard.Library
by: Microsoft
- 5 total downloads
- Latest version: 1.6.1
A set of standard .NET APIs that are prescribed to be used and supported together. This includes all of the APIs in the NETStandard.Platform package plus additional libraries that are core to .NET but built on top of NETStandard.Platform.
When using NuGet 3.x this package requires at least version 3.4.
NSubstitute.Analyzers.CSharp
by: Tomasz Podolak NSubstitute.Analyzers contributors
- 1 total downloads
- Latest version: 1.0.15
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
Polly
by: Michael Wolfenden App vNext
- 1 total downloads
- Latest version: 7.1.0
Polly is a library that allows developers to express resilience and transient fault handling policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http
by: App vNext
- 1 total downloads
- Latest version: 3.0.0
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.