NPOI
by: Tony Qu NPOI Contributors
- 106 total downloads
- Latest version: 2.7.0
.NET port of Apache POI | Contact us on telegram: https://t.me/npoidevs
NSubstitute
by: Anthony Egerton David Tchepak Alexandr Nikitin Oleksandr Povar
- 63 total downloads
- Latest version: 5.1.0
NSubstitute is a friendly substitute for .NET mocking libraries. It has a simple, succinct syntax to help developers write clearer tests. NSubstitute is designed for Arrange-Act-Assert (AAA) testing and with Test Driven Development (TDD) in mind.
NSubstitute.Analyzers.CSharp
by: Tomasz Podolak NSubstitute.Analyzers contributors
- 12 total downloads
- Latest version: 1.0.15
Provides diagnostic analyzers to warn about incorrect usage of NSubstitute in C#.
NuGet.Frameworks
by: Microsoft
- 49 total downloads
- Latest version: 6.5.0
NuGet's understanding of target frameworks.
NuGet.Versioning
by: Microsoft
- 15 total downloads
- Latest version: 6.2.0
NuGet's implementation of Semantic Versioning.
NUglify
by: Ron Logan Alexandre Mutel Andrew Bullock
- 125 total downloads
- Latest version: 1.21.0
NUglify provides minification and compression methods for CSS, JavaScript and HTML files for .NET
Ocelot.Provider.Consul
by: Tom Pallister
- 19 total downloads
- Latest version: 23.2.2
Provides Ocelot extensions to use Consul
Ocelot.Provider.Polly
by: Tom Pallister
- 13 total downloads
- Latest version: 23.2.2
Provides Ocelot extensions to use Polly.NET
OpenIddict.Abstractions
by: Kévin Chalet
- 94 total downloads
- Latest version: 5.5.0
Abstractions and primitives used by the OpenIddict components.
OpenIddict.Core
by: Kévin Chalet
- 121 total downloads
- Latest version: 5.5.0
OpenIddict's core components, used to manage the applications, authorizations, scopes and tokens stored in the database.
OpenIddict.Server
by: Kévin Chalet
- 34 total downloads
- Latest version: 5.5.0
OpenIddict authorization server services.
Note: this package only contains the generic/host-agnostic server components.
To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.
OpenIddict.Server.AspNetCore
by: Kévin Chalet
- 16 total downloads
- Latest version: 4.0.0
ASP.NET Core integration package for the OpenIddict server services.
OpenIddict.Validation
by: Kévin Chalet
- 48 total downloads
- Latest version: 5.5.0
OpenIddict token validation services.
Note: this package only contains the generic/host-agnostic validation components.
To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
OpenIddict.Validation.AspNetCore
by: Kévin Chalet
- 30 total downloads
- Latest version: 4.2.0
ASP.NET Core integration package for the OpenIddict validation services.
OpenIddict.Validation.ServerIntegration
by: Kévin Chalet
- 15 total downloads
- Latest version: 4.0.0
Local server integration package for the OpenIddict validation services.
Owin
by: OWIN startup components contributors
- 16 total downloads
- Latest version: 1.0.0
OWIN IAppBuilder startup interface
Pipelines.Sockets.Unofficial
by: Pipelines.Sockets.Unofficial
- 71 total downloads
- Latest version: 2.2.8
Package Description
Polly
by: Michael Wolfenden App vNext
- 83 total downloads
- Latest version: 8.3.1
Polly is a .NET resilience and transient-fault-handling 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.Core
by: Michael Wolfenden App vNext
- 62 total downloads
- Latest version: 8.3.1
Polly.Core is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies such as Retry, Circuit Breaker, Hedging, Timeout, Chaos and Fallback in a fluent and thread-safe manner.
Polly.Extensions.Http
by: App vNext
- 23 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.