NuGet.Frameworks by: Microsoft
  • 293 total downloads
  • Latest version: 6.2.4
  • nuget
NuGet's understanding of target frameworks.
NuGet.Versioning by: Microsoft
  • 194 total downloads
  • Latest version: 6.2.4
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
Nullable by: Manuel Römer
  • 57 total downloads
  • Latest version: 1.3.1
  • source compiletime null nullable attributes allownull disallownull doesnotreturn doesnotreturnif maybenull maybenullwhen notnull notnullifnotnull notnullwhen membernotnull membernotnullwhen
A source code only package which allows you to use .NET's new nullable attributes in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework. This package does not contain any compiled binaries, but instead adds the attribute classes as C# source code to your project. Because this code is compiled together with the rest of your code, the built binaries will not have a dependency on this package, meaning that you can perfectly use it for both libraries and applications. The C# code is only included if you are targeting a framework version which does not support the new nullable attributes. For example, if you create a library which multi-targets .NET Standard 2.0 and 2.1, the majority of the attributes are not included in the .NET Standard 2.1 version, because it already provides these by default. Please see https://github.com/manuelroemer/Nullable for additional information on how to use this package.
NVorbis by: Andrew Ward
  • 28 total downloads
  • Latest version: 0.10.5
  • ogg vorbis xiph audio c# sound .NET
A fully managed implementation of a Xiph.org Foundation Ogg Vorbis decoder.
Octokit by: GitHub
  • 58 total downloads
  • Latest version: 0.40.0
  • GitHub API Octokit linqpad-samples dotnetcore
An async-based GitHub API client library for .NET and .NET Core
OpenTelemetry by: OpenTelemetry Authors
  • 135 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing
OpenTelemetry .NET SDK
OpenTelemetry.Api by: OpenTelemetry Authors
  • 161 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing
OpenTelemetry .NET API
OpenTelemetry.Exporter.OpenTelemetryProtocol by: OpenTelemetry Authors
  • 110 total downloads
  • Latest version: 1.1.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing OTLP
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Instrumentation.Http by: OpenTelemetry Authors
  • 85 total downloads
  • Latest version: 1.0.0-rc7
  • Observability OpenTelemetry Monitoring Telemetry Tracing distributed-tracing
Http instrumentation for OpenTelemetry .NET
OpenTK by: Team OpenTK
  • 703 total downloads
  • Latest version: 5.0.0-pre.15
  • 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.GLControl by: The Open Toolkit Team
  • 28 total downloads
  • Latest version: 3.3.3
  • OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research. OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
OpenTK.GLWpfControl by: varon NogginBops
  • 40 total downloads
  • Latest version: 3.3.1
A native WPF control for OpenTK 3.X.
OpenTK.redist.glfw by: Team OpenTK
  • 8 total downloads
  • Latest version: 3.3.0-pre20200830200122
GLFW redistributables for OpenTK.
opentoolkit.redist.glfw by: OpenToolkit
  • 24 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
PInvoke.Kernel32 by: Andrew Arnott
  • 241 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows Kernel32.dll.
PInvoke.User32 by: Andrew Arnott
  • 245 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows User32.dll.
PInvoke.Windows.Core by: Andrew Arnott
  • 128 total downloads
  • Latest version: 0.7.124
P/Invoke types for common Windows APIs.
PInvoke.Windows.ShellScalingApi by: Andrew Arnott
  • 124 total downloads
  • Latest version: 0.7.124
P/Invoke methods for the Windows Windows.ShellScalingApi.dll.
Polly by: Michael Wolfenden App vNext
  • 411 total downloads
  • Latest version: 7.2.4
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait Cache Cache-aside Bulkhead Rate-limit Fallback Timeout Throttle Parallelization
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.Contrib.Simmy by: App vNext
  • 21 total downloads
  • Latest version: 0.3.0
  • Resilience Chaos-engineering Fault-injection
Simmy is a chaos-engineering and fault-injection tool, integrating with the Polly resilience project for .NET