NuGet.Configuration by: Microsoft
  • 2 total downloads
  • Latest version: 5.11.6
  • nuget
NuGet's configuration settings implementation.
NuGet.Frameworks by: Microsoft
  • 1 total downloads
  • Latest version: 5.11.6
  • nuget
NuGet's understanding of target frameworks.
NuGet.LibraryModel by: NuGet.LibraryModel
  • 1 total downloads
  • Latest version: 4.1.0
NuGet v3 core library.
NuGet.Packaging.Core.Types by: NuGet.Packaging.Core.Types
  • 2 total downloads
  • Latest version: 4.0.0-rc-2048
NuGet v3 core library.
NuGet.Protocol.Core.v3 by: NuGet
  • 1 total downloads
  • Latest version: 4.1.0
  • nuget protocol
NuGet Protocol for 3.1.0 servers
NuGet.Repositories by: Microsoft Open Technologies, Inc.
  • 1 total downloads
  • Latest version: 3.2.0
NuGet.Repositories
NuGet.Versioning by: Microsoft
  • 1 total downloads
  • Latest version: 5.10.0
  • semver semantic versioning
NuGet's implementation of Semantic Versioning.
Nullable by: Manuel Römer
  • 1 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.
OneOf by: Harry McIntyre
  • 2 total downloads
  • Latest version: 3.0.178
  • discriminated unions, return type, match switch
F# style discriminated unions or 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.
OpenTelemetry by: OpenTelemetry Authors
  • 2 total downloads
  • Latest version: 1.0.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing
OpenTelemetry .NET SDK
OpenTelemetry.Api by: OpenTelemetry Authors
  • 2 total downloads
  • Latest version: 1.0.0-rc3
  • Observability OpenTelemetry Monitoring Telemetry Tracing
OpenTelemetry .NET API
OpenTelemetry.Instrumentation.Http by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.0.0-rc1.1
  • Observability OpenTelemetry Monitoring Telemetry Tracing distributed-tracing
Http instrumentation for OpenTelemetry .NET
OpenTK by: Team OpenTK
  • 3 total downloads
  • Latest version: 5.0.0-pre.6
  • 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
OrleansDashboard by: OrleansContrib
  • 1 total downloads
  • Latest version: 1.2.3
  • orleans dashboard metrics monitor
An admin dashboard for Microsoft Orleans
PInvoke.Windows.Core by: Andrew Arnott
  • 1 total downloads
  • Latest version: 0.5.134
P/Invoke types for common Windows APIs.
Polly by: Michael Wolfenden, App vNext
  • 1 total downloads
  • Latest version: 5.2.0
  • Exception Handling Resilience Transient Fault Policy Circuit Breaker CircuitBreaker Retry Wait 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.
PolySharp by: Sergio Pedri
  • 0 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
Portable.BouncyCastle by: Oren Novotny
  • 1 total downloads
  • Latest version: 1.8.6
  • bouncycastle cryptography encryption security
BouncyCastle portable version with support for .NET 4, .NET Standard 2.0, .NET Core
Remotion.Linq by: rubicon IT GmbH
  • 1 total downloads
  • Latest version: 1.15.9
  • re-motion linq expression trees
With re-linq, it's now easier than ever to create full-featured LINQ providers.
RestSharp by: John Sheehan, RestSharp Community
  • 3 total downloads
  • Latest version: 106.9.1-alpha.0.19
Simple REST and HTTP API Client