OpenTK.redist.glfw
by: Team OpenTK
- 14 total downloads
- Latest version: 3.3.0-pre20200830200122
GLFW redistributables for OpenTK.
NVelocity
by: Castle Project Contributors
- 24 total downloads
- Latest version: 1.1.1
NVelocity is a port of the excellent Apache Jakarta Velocity project. It is a very simple, easy to learn and extensible template engine.
OpenTelemetry.Api
by: OpenTelemetry authors
- 72 total downloads
- Latest version: 0.2.0-alpha.275
OpenTelemetry .NET instrumentation API
NuProj
by: Immo Landwerth
- 163 total downloads
- Latest version: 0.20.4-beta
NuProj provides an MSBuild-based approach to create NuGet packages (.nupkg). The build projects are called .nuproj files and are regular MSBuild projects.
In general, the definition of a NuProj file is very similar to the NuGet .nuspec file – except that it is done via MSBuild. In fact, NuProj generates the .nuspec file and simply calles NuGet to build the package.
Thus, for details you can still refer to the official NuGet documentation.
There is also a Visual Studio extension which you find under http://bit.ly/NuProjVS.
opentoolkit.redist.glfw
by: OpenToolkit
- 49 total downloads
- Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 1.044k total downloads
- Latest version: 4.3.2
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core).
Note that this package ONLY contains the adapter, not the NUnit framework.
For VS 2017 and forward, you should add this package to every test project in your solution. (Earlier versions only require a single adapter package per solution.)
OpenTK
by: Team OpenTK
- 1.43k total downloads
- Latest version: 5.0.0-pre.14
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
OneOf
by: Harry McIntyre
- 673 total downloads
- Latest version: 3.0.271
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.
OAuth.DotNetCore
by: Robert Hargreaves
- 10 total downloads
- Latest version: 3.0.1
An implementation of OAuth 1.0a for .NET Core based on Daniel Crenna's vaulted OAuth library
OpenTracing
by: The OpenTracing Authors
- 47 total downloads
- Latest version: 0.12.1
This library is a .NET implementation of the OpenTracing API. To fully understand this platform API, it's helpful to be familiar with the OpenTracing project and terminology more generally.
For the time being, mild backwards-incompatible changes may be made without changing the major version number. As OpenTracing and opentracing-csharp mature, backwards compatibility will become more of a priority.
NUnit.Analyzers
by: NUnit
- 439 total downloads
- Latest version: 4.9.2
This package includes analyzers and code fixes for test projects using NUnit 3+. The analyzers will mark wrong usages when writing tests, and the code fixes can be used to used to correct these usages. They will also aid in the transition from NUnit 3 to NUnit 4.
Version 3.0 and upwards works in Visual Studio 2019 (version 16.3) or newer and also enables supression of compiler errors such as errors arising from nullable reference types. For Visual Studio 2017 one must use versions below 3.0 - note that these versions are no longer updated, so version 2.10.0 is the last version that works in Visual Studio 2017.
NUnit
by: Charlie Poole Rob Prouse
- 763 total downloads
- Latest version: 4.4.0-beta.2.1
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+
OpenIddict.AspNetCore
by: Kévin Chalet
- 15 total downloads
- Latest version: 3.0.0-beta1.20311.67
Versatile OpenID Connect stack for ASP.NET Core 2.1, 3.1 and 5.0.
NullGuard.Fody
by: Simon Cropp Cameron MacFarland Tom Englert
- 364 total downloads
- Latest version: 3.1.1
Add null checks.
OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule
by: OpenTelemetry Authors
- 414 total downloads
- Latest version: 1.12.0-beta.1
A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.
Octokit
by: GitHub
- 545 total downloads
- Latest version: 0.40.0
An async-based GitHub API client library for .NET and .NET Core
OpenIddict
by: Kévin Chalet
- 16 total downloads
- Latest version: 3.0.0-beta1.20311.67
Versatile OpenID Connect stack for .NET.
Note: this metapackage only references the generic core, server and validation packages.
To use these features on ASP.NET Core or OWIN/Katana/ASP.NET 4.x, reference the OpenIddict.AspNetCore or OpenIddict.Owin package.
OpenMcdf
by: ironfede
- 88 total downloads
- Latest version: 2.4.1
OpenMcdf is a 100% .net / C# component that allows developers to manipulate Microsoft Compound Document File Format for OLE structured storage.
It supports read/write operations on streams and storages and traversal of structures tree.
OpenTK.GLControl
by: The Open Toolkit Team
- 234 total downloads
- Latest version: 3.3.3
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.