NUnit by: Charlie Poole Rob Prouse
  • 448 total downloads
  • Latest version: 4.3.2
  • nunit test testing tdd framework fluent assert theory plugin addin
NUnit is a unit-testing framework for all .NET languages. It can run on macOS, Linux and Windows operating systems. NUnit can be used for a wide range of testing, from unit testing with TDD to full-fledged system and integration testing. It is a non-opinionated, broad and deep framework with multiple different ways to assert that your code behaves as expected. Many aspects of NUnit can be extended to suit your specific purposes. The latest version, version 4, is an upgrade from the groundbreaking NUnit 3 framework. It is a modernized version, aimed at taking advantage of the latest .NET features and C# language constructs. If you are upgrading from NUnit 3, be aware of the breaking changes (https://docs.nunit.org/articles/nunit/release-notes/breaking-changes.html#nunit-40). Please see the NUnit 4 Migration Guide (https://docs.nunit.org/articles/nunit/release-notes/Nunit4.0-MigrationGuide.html) and take care to prepare your NUnit 3 code before you do the upgrade. Supported platforms: - .NET Framework 4.6.2+ - .NET 6.0+ - .NET 8.0+
OneOf by: Harry McIntyre
  • 1.087k total downloads
  • Latest version: 3.0.271
  • discriminated unions return type match switch
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.
OpenAI by: OpenAI
  • 604 total downloads
  • Latest version: 2.3.0
  • OpenAI openai-dotnet ChatGPT Dall-E
The official .NET library for the OpenAI service API.
OpenTelemetry by: OpenTelemetry Authors
  • 1.039k total downloads
  • Latest version: 1.12.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
OpenTK by: Team OpenTK
  • 768 total downloads
  • Latest version: 5.0.0-pre.14
  • OpenTK OpenGL OpenGLES GLES OpenAL OpenCL C# F# .NET Mono Vector Math Game Graphics Sound
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES, OpenAL and OpenCL. It runs on all major platforms and powers hundreds of apps, games and scientific research. It provides bindings for GLFW windowing, input and a game loop, and is the perfect start for your own game engine. OpenTK comes with simple and easy to follow tutorials for learning *modern* OpenGL. These are written by the community and represent all of the best practices to get you started. Learn how to use OpenTK here: https://opentk.net/learn/index.html Sample projects that accompany the tutorial can be found here: https://github.com/opentk/LearnOpenTK We have a very active discord server, if you need help, want to help, or are just curious, come join us! https://discord.gg/6HqD48s
OpenTK.Core by: Team OpenTK
  • 12 total downloads
  • Latest version: 4.0.0-pre9.4
Holds core functionality used by other OpenTK packages.
OpenTK.Input by: Team OpenTK
  • 413 total downloads
  • Latest version: 4.8.2
Hid/Controller input library.
OpenTK.redist.glfw by: Team OpenTK
  • 92 total downloads
  • Latest version: 3.4.0-pre20240305150527
GLFW redistributables for OpenTK.
opentoolkit.redist.glfw by: OpenToolkit
  • 11 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenToolkit.Windowing.Common by: Team OpenTK
  • 15 total downloads
  • Latest version: 4.0.0-pre9.1
Common functionality for OpenToolkit.Windowing.* packages.
Parlot by: Sebastien Ros
  • 508 total downloads
  • Latest version: 1.4.0
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.
PCLCrypto by: Andrew Arnott
  • 48 total downloads
  • Latest version: 2.1.40-alpha
  • crypto security cryptography portable pcl winrt android ios xamarin monoandroid monodroid monotouch
PCL Crypto provides a consistent, portable set of crypto APIs for .NET 4.5, 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.
Pgvector by: ankane
  • 122 total downloads
  • Latest version: 0.3.2
pgvector support for Npgsql
Pinecone.Client by: Pinecone.io
  • 118 total downloads
  • Latest version: 4.0.2
The Pinecone .NET Client
Pinecone.NET by: neon-sunset maumar
  • 33 total downloads
  • Latest version: 3.0.0
  • Pinecone PineconeIo Vector Database
Pinecone.NET is a fully-fledged C# library for the Pinecone vector database. This is a community library that provides first-class support for Pinecone in C# and F#.
PInvoke.NCrypt by: Andrew Arnott
  • 18 total downloads
  • Latest version: 0.6.49
P/Invoke methods for the Windows NCrypt.dll.
Pipelines.Sockets.Unofficial by: Pipelines.Sockets.Unofficial
  • 16 total downloads
  • Latest version: 2.2.0
Package Description
Polly by: Michael Wolfenden App vNext
  • 722 total downloads
  • Latest version: 8.6.2
  • 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-Signed by: Michael Wolfenden App vNext
  • 176 total downloads
  • Latest version: 5.9.0
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Fallback Timeout Throttle Parallelization
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.Core by: Michael Wolfenden App vNext
  • 413 total downloads
  • Latest version: 8.6.2
  • 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.