OneOf
by: Harry McIntyre
- 217 total downloads
- Latest version: 3.0.271
F# style discriminated unions for C#, using a custom type OneOf<T0, ... Tn> which holds a single value and has a .Match(...) method on it for exhaustive matching. Simple but powerful.
OpenIddict.Abstractions
by: Kévin Chalet
- 6 total downloads
- Latest version: 1.0.0
OpenIddict's abstractions.
OpenIddict.Core
by: Kévin Chalet
- 14 total downloads
- Latest version: 1.0.0
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.Server
by: Kévin Chalet
- 9 total downloads
- Latest version: 1.0.0
OpenID Connect server components for OpenIddict.
OpenIddict.Validation
by: Kévin Chalet Chino Chang
- 7 total downloads
- Latest version: 1.0.0
OpenIddict token validation middleware for ASP.NET Core.
OpenTelemetry.Api
by: OpenTelemetry authors
- 14 total downloads
- Latest version: 0.2.0-alpha.275
OpenTelemetry .NET instrumentation API
Oracle.ManagedDataAccess
by: Oracle
- 131 total downloads
- Latest version: 19.28.0
ODP.NET, Managed Driver is a 100% native code .NET Framework driver for Oracle Database. No additional Oracle Client software is required to be installed to connect to Oracle Database.
Owin
by: OWIN startup components contributors
- 8 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
PayPal
by: PayPal
- 90 total downloads
- Latest version: 1.9.1
ATTENTION: This package replaces the RestApiSDK package (https://www.nuget.org/packages/restapisdk). You do not need to include the RestApiSdk package in your project if you are using this, the PayPal .NET SDK, package.
The PayPal REST API uses HTTP verbs and a RESTful endpoint structure. OAuth2.0 is used as the API Authorization framework. Request and response payloads are formatted as JSON.
PCLCrypto
by: Andrew Arnott
- 42 total downloads
- Latest version: 2.1.32-alpha
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, Windows Phone 8.0 SL & 8.1 Xaml, Windows Store, Xamarin.iOS, Xamarin.Android. This makes it easier to create cross-platform .NET libraries and apps. Crypto functionality includes asymmetric and symmetric encryption and signatures, and key derivation. PCLCrypto calls into each native platform's crypto API for maximum performance. For RSA operations this produces a 2-100X improvement in performance on Android and iOS over using the standard RSACryptoServiceProvider API.
PCLStorage
by: Daniel Plaisted
- 53 total downloads
- Latest version: 1.0.2
PCL Storage provides a consistent, portable set of local file IO APIs for .NET, Windows Phone, Windows Store, Xamarin.iOS, Xamarin.Android, and Silverlight. This makes it easier to create cross-platform .NET libraries and apps.
PInvoke.BCrypt
by: Andrew Arnott
- 92 total downloads
- Latest version: 0.7.124
P/Invoke methods for the Windows BCrypt.dll.
PInvoke.Kernel32
by: Andrew Arnott
- 101 total downloads
- Latest version: 0.7.124
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.NCrypt
by: Andrew Arnott
- 87 total downloads
- Latest version: 0.7.124
P/Invoke methods for the Windows NCrypt.dll.
PInvoke.Windows.Core
by: Andrew Arnott
- 57 total downloads
- Latest version: 0.7.124
P/Invoke types for common Windows APIs.
Polly
by: Michael Wolfenden App vNext
- 231 total downloads
- Latest version: 7.2.4
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-Signed
by: Michael Wolfenden App vNext
- 161 total downloads
- Latest version: 5.9.0
Polly is a .NET 4.5 / .NET Standard 1.1 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.Contrib.Simmy
by: App vNext
- 10 total downloads
- Latest version: 0.3.0
Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET
Polly.Contrib.WaitAndRetry
by: Grant Dickinson App vNext
- 10 total downloads
- Latest version: 1.1.1
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Polly.Extensions.Http
by: App vNext
- 29 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.