NWebsec.AspNetCore.Middleware by: André N. Klingsheim
  • 10 total downloads
  • Latest version: 3.0.0
  • nwebsec aspnetcore security
NWebsec middleware for ASP.NET Core applications. NWebsec helps you set important security headers and detect potentially dangerous redirects. See project website for documentation.
OpenTelemetry by: OpenTelemetry Authors
  • 8 total downloads
  • Latest version: 1.15.3
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
OpenTelemetry.Api by: OpenTelemetry Authors
  • 15 total downloads
  • Latest version: 1.15.3
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions by: OpenTelemetry Authors
  • 10 total downloads
  • Latest version: 1.15.3
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.OpenTelemetryProtocol by: OpenTelemetry Authors
  • 6 total downloads
  • Latest version: 1.15.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging OTLP
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting by: OpenTelemetry Authors
  • 6 total downloads
  • Latest version: 1.15.3
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Instrumentation.AspNetCore by: OpenTelemetry Authors
  • 4 total downloads
  • Latest version: 1.15.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing AspNetCore
ASP.NET Core instrumentation for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http by: OpenTelemetry Authors
  • 4 total downloads
  • Latest version: 1.15.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing
HTTP instrumentation for OpenTelemetry .NET.
OpenTelemetry.Instrumentation.Runtime by: OpenTelemetry Authors
  • 4 total downloads
  • Latest version: 1.15.1
  • Observability OpenTelemetry Monitoring Telemetry runtime
.NET runtime instrumentation for OpenTelemetry .NET.
OpenTelemetry.Instrumentation.SqlClient by: OpenTelemetry Authors
  • 2 total downloads
  • Latest version: 1.15.2
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing
SqlClient instrumentation for OpenTelemetry .NET.
PaulMiami.AspNetCore.Mvc.Recaptcha by: Paul Biccherai
  • 2 total downloads
  • Latest version: 1.2.1
  • aspnetcore recaptcha captcha
This is a helper library for google reCAPTCHA 2.0 Getting started guide: https://github.com/PaulMiami/reCAPTCHA/wiki/Getting-started Change log: https://github.com/PaulMiami/reCAPTCHA/wiki/Change-log
PayPalCheckoutSdk by: PayPalCheckoutSdk
  • 2 total downloads
  • Latest version: 1.0.2
Package Description
Pipelines.Sockets.Unofficial by: Pipelines.Sockets.Unofficial
  • 15 total downloads
  • Latest version: 2.2.8
Package Description
Pluralize.NET.Core by: Blake Embrey (Ported by Sarath Kumar .NET Core by Ricky Vega)
  • 6 total downloads
  • Latest version: 1.0.0
  • plurals singular words english language pluralize pluralization
This is a C# port of Blake Embrey's pluralize library which helps in pluralizing or singularizing any English word. Originally from Sarath Kumar CM: "I could not find a good C# alternative for converting words from singular to plural and vice versa. System.Data.Entity.Design.PluralizationServices.PluralizationService and Humanizer library did not meet the expectations (try 'shoes' or 'toes'). However this small but awesome Javascript libray pluralize worked very well for me and I decided to convert the code to C# and use it. I forked, migrated and compiled this into .NET Standard 2.0. This code does exactly what I need without the bulk. Much respect to Mr Embrey (the original code) and Mr Kumar (for the original port).
Polly by: Michael Wolfenden App vNext
  • 18 total downloads
  • Latest version: 8.6.5
  • Polly Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle
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.Contrib.WaitAndRetry by: Grant Dickinson App vNext
  • 2 total downloads
  • Latest version: 1.1.1
  • Resilience Resiliency Fault-tolerance Transient-fault-handling Retry Retry-intervals Jitter
Polly.Contrib.WaitAndRetry is an extension library for Polly containing helper methods for a variety of wait-and-retry strategies.
Polly.Core by: Michael Wolfenden App vNext
  • 14 total downloads
  • Latest version: 8.6.5
  • Polly Simmy Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Chaos ChaosEngineering Retry Wait Fallback Timeout Parallelization Hedging
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 by: Michael Wolfenden App vNext
  • 7 total downloads
  • Latest version: 8.4.2
  • Polly Exception Handling Resilience Transient Fault Policy DI DependencyInjection IOC InversionOfControl Metrics Observability Telemetry
Polly.Extensions adds support for dependency injection and telemetry for the Polly.Core library.
Polly.Extensions.Http by: App vNext
  • 2 total downloads
  • Latest version: 3.0.0
  • HttpClient HttpClientFactory Exception Handling Resilience Transient Fault Policy
Polly.Extensions.Http is an extensions package containing opinionated convenience methods for configuring Polly policies to handle transient faults typical of calls through HttpClient.
Polly.RateLimiting by: Michael Wolfenden App vNext
  • 7 total downloads
  • Latest version: 8.4.2
  • Polly Exception Handling Resilience Transient Fault Policy Wait Bulkhead Rate-limit Throttle Hedging
Polly.RateLimiting is a .NET resilience and transient-fault-handling library that allows developers to express resilience strategies using a Rate Limiter in a fluent and thread-safe manner.