Polly.Core by: Michael Wolfenden App vNext
  • 87 total downloads
  • Latest version: 8.5.1
  • 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.Http by: App vNext
  • 32 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.Extensions.Http-Signed by: App vNext
  • 16 total downloads
  • Latest version: 1.0.4
  • HttpClient 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.
PolySharp by: Sergio Pedri
  • 86 total downloads
  • Latest version: 1.15.0+02753db24d9685e54db06739eb63183d86eb5b62
  • dotnet net netcore netstandard csharp library generator polyfill roslyn
PolySharp provides generated, source-only polyfills for C# language features, to easily use all runtime-agnostic features downlevel
Pomelo.EntityFrameworkCore.MySql by: Laurents Meyer Caleb Lloyd Yuko Zheng
  • 219 total downloads
  • Latest version: 9.0.0-preview.2.efcore.9.0.0
  • pomelo mysql mariadb Entity Framework Core entity-framework-core ef efcore ef core orm sql
Pomelo's MySQL database provider for Entity Framework Core.
Pomelo.JsonObject by: Pomelo.JsonObject
  • 24 total downloads
  • Latest version: 2.2.1
  • JSON Entity Framework Core entity-framework-core MySQL EF ORM
MySQL provider for Entity Framework Core
Portable.BouncyCastle by: Claire Novotny
  • 134 total downloads
  • Latest version: 1.9.0
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0
Portable.ConcurrentDictionary by: Stef Heyenrath
  • 16 total downloads
  • Latest version: 1.0.4
  • Dictionary ConcurrentDictionary Collections System.Collections.Concurrent
This is a .NET Standard 1.0, .NET 2.0, .NET 3.5, Silverlight 5.0 and Windows Phone Silverlight 8.0 & 8.1 backport from System.Collections.Concurrent.ConcurrentDictionary as defined in .NET Core
prometheus-net by: andrasm qed- lakario sandersaares
  • 736 total downloads
  • Latest version: 8.2.1
  • metrics prometheus
.NET client library for the Prometheus monitoring and alerting system
prometheus-net.AspNetCore by: andrasm qed- lakario sandersaares
  • 711 total downloads
  • Latest version: 8.2.1
  • metrics prometheus aspnetcore
ASP.NET Core middleware and stand-alone Kestrel server for exporting metrics to Prometheus
protobuf-net by: Marc Gravell
  • 342 total downloads
  • Latest version: 3.2.46
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
protobuf-net.Core by: Marc Gravell
  • 178 total downloads
  • Latest version: 3.2.46
  • binary serialization protobuf
Provides simple access to fast and efficient "Protocol Buffers" serialization from .NET applications
Quartz by: Marko Lahma Quartz.NET
  • 246 total downloads
  • Latest version: 3.13.1
  • scheduling tasks jobs triggers scheduler threading
Quartz Scheduling Framework for .NET
Quartz.Extensions.DependencyInjection by: Facundo Glaeser Marko Lahma Quartz.NET
  • 122 total downloads
  • Latest version: 3.13.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Microsoft.Extensions.DependencyInjection integration; Quartz Scheduling Framework for .NET
Quartz.Extensions.Hosting by: Andrew Lock Marko Lahma Quartz.NET
  • 94 total downloads
  • Latest version: 3.13.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET Generic Host integration; Quartz Scheduling Framework for .NET
Quartz.Serialization.Json by: Marko Lahma Quartz.NET
  • 146 total downloads
  • Latest version: 3.13.1
  • scheduling tasks jobs triggers scheduler threading
Quartz.NET JSON Serialization Support; Quartz Scheduling Framework for .NET
QuickGraph by: Jonathan Peli de Halleux
  • 9 total downloads
  • Latest version: 3.6.61119.7
  • algorithms graph directed undirected dfs bfs graphviz graphml data structure
QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net, Silverlight, Windows Phone and Win 8. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuickGraph.NETStandard by: Deepak Battini
  • 4 total downloads
  • Latest version: 3.8.0
  • quickgraph graphviz nodegraph directed graph unidirected graph
QuickGraph .NET standard. QuickGraph provides generic directed/undirected graph datastructures and algorithms for .Net. QuickGraph comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, minimum spanning tree, least common ancestors, etc...
QuikGraph by: Alexandre Rabérin
  • 121 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET
.NET library that provide mainly graphs structures and algorithms for C#. QuikGraph provides generic directed/undirected graph data structures and algorithms for .NET. It comes with algorithms such as depth first seach, breath first search, A* search, shortest path, k-shortest path, maximum flow, etc... This package is a version of the original QuickGraph renamed QuikGraph and ported to .NET Core. It should be seen as an alternative to the old frozen QuickGraph from CodePlex but with fixes. It does not include every sub modules of the original library such as F# stuff, adapters, etc. This build is only the Core of QuikGraph taking advantage of .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link
QuikGraph.Graphviz by: Alexandre Rabérin
  • 121 total downloads
  • Latest version: 2.5.0
  • QuickGraph QuikGraph Graph Structure Algorithm C# .NET Serialization Graphviz
.NET library that provides a bridge from QuikGraph graphs structures to Graphviz and Dot language serialization. This package is the Graphviz subset of the original QuickGraph renamed QuikGraph and ported to .NET Core. Supported platforms: - .NET Standard 1.3+ - .NET Core 1.0+ - .NET Framework 3.5+ Supports Source Link