Nullable by: Manuel Römer
  • 7 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.
OPCFoundation.NetStandard.Opc.Ua.Client by: OPC Foundation
  • 0 total downloads
  • Latest version: 1.5.377.22
  • OPCFoundation OPC UA netstandard ios linux dotnet net netcore uwp
OPC UA Client Class Library
Open.Diagnostics by: electricessence
  • 2 total downloads
  • Latest version: 1.4.1
  • diagnostics debug extensions
Diagnostic extensions and utilities. Part of the "Open" set of libraries.
Open.Disposable by: electricessence
  • 7 total downloads
  • Latest version: 3.0.1
  • idisposable disposablebase disposable pattern extensions thread safe thread safety
Provides a set of useful classes when implementing a disposable or dealing with disposables. Part of the "Open" set of libraries.
Open.Disposable.ObjectPools by: electricessence
  • 13 total downloads
  • Latest version: 3.0.2
  • objectpool idisposable thread safe
A set of variations on ObjectPool implementations with differing underlying collections. Part of the "Open" set of libraries.
Open.Threading.ReadWrite by: electricessence
  • 17 total downloads
  • Latest version: 3.0.1
  • collections extensions threadsafe thread safe thread safety readwrite read write readerwriterlock readerwriterlockslim
Useful set of extensions and classes for simplifying and optimizing read-write synchronization. Part of the "Open" set of libraries.
Open.Threading.Tasks by: electricessence
  • 8 total downloads
  • Latest version: 1.2.2
  • dotnet dotnet-core dotnetcore cs extensions actionrunner cancellable cancellabletask progress task-extensions
A set of utilities and extensions for working with Tasks. Part of the "Open" set of libraries.
OpenAI by: OpenAI
  • 87 total downloads
  • Latest version: 2.8.0
  • OpenAI openai-dotnet ChatGPT Dall-E
The official .NET library for the OpenAI service API.
OpenTelemetry by: OpenTelemetry Authors
  • 28 total downloads
  • Latest version: 1.15.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
OpenTelemetry .NET SDK
OpenTelemetry.Api.ProviderBuilderExtensions by: OpenTelemetry Authors
  • 13 total downloads
  • Latest version: 1.15.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Extensions.Hosting by: OpenTelemetry Authors
  • 1 total downloads
  • Latest version: 1.15.0
  • Observability OpenTelemetry Monitoring Telemetry Tracing Metrics Logging
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting
OpenTelemetry.Instrumentation.StackExchangeRedis by: OpenTelemetry Authors
  • 76 total downloads
  • Latest version: 1.15.0-beta.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing Redis StackExchange.Redis
StackExchange.Redis instrumentation for OpenTelemetry .NET.
OpenTK by: Team OpenTK
  • 68 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
OpenToolkit.Graphics by: Team OpenTK
  • 1 total downloads
  • Latest version: 4.0.0-pre
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.
OpenToolkit.Mathematics by: Team OpenTK
  • 10 total downloads
  • Latest version: 4.0.0-pre9
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.
opentoolkit.redist.glfw by: OpenToolkit
  • 2 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenToolkit.Windowing.Common by: Team OpenTK
  • 12 total downloads
  • Latest version: 4.0.0-pre9.3
Common functionality for OpenToolkit.Windowing.* packages.
PangoSharp by: 'GtkSharp Contributors'
  • 1 total downloads
  • Latest version: 3.24.24.95
  • pango pangosharp pango-sharp wrapper
PangoSharp is a C# wrapper for the Pango library.
Parlot by: Sebastien Ros
  • 111 total downloads
  • Latest version: 1.6.0-preview.8
  • parser interpreter
Parlot is a fast, lightweight and simple to use .NET parser combinator.
Pathoschild.Http.FluentClient by: Pathoschild
  • 24 total downloads
  • Latest version: 4.4.2
  • wcf web webapi HttpClient FluentHttp FluentHttpClient
A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.