Nullable
by: Manuel Römer
- 7 total downloads
- Latest version: 1.3.1
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
OPC UA Client Class Library
Open.Diagnostics
by: electricessence
- 2 total downloads
- Latest version: 1.4.1
Diagnostic extensions and utilities.
Part of the "Open" set of libraries.
Open.Disposable
by: electricessence
- 7 total downloads
- Latest version: 3.0.1
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
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
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
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
The official .NET library for the OpenAI service API.
OpenTelemetry
by: OpenTelemetry Authors
- 28 total downloads
- Latest version: 1.15.0
OpenTelemetry .NET SDK
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 13 total downloads
- Latest version: 1.15.0
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
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
StackExchange.Redis instrumentation for OpenTelemetry .NET.
OpenTK
by: Team OpenTK
- 68 total downloads
- Latest version: 5.0.0-pre.15
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
PangoSharp is a C# wrapper for the Pango library.
Parlot
by: Sebastien Ros
- 111 total downloads
- Latest version: 1.6.0-preview.8
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
A modern async HTTP client for REST APIs. Its fluent interface lets you send an HTTP request and parse the response in one go.