NUnit by: Charlie Poole Rob Prouse
  • 1.156k total downloads
  • Latest version: 4.5.1
  • nunit test testing tdd framework fluent assert theory plugin addin
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+
NUnit.Analyzers by: NUnit
  • 635 total downloads
  • Latest version: 4.12.0
  • nunit analyzers roslyn-analyzers
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.
NUnit3TestAdapter by: Charlie Poole Terje Sandstrom
  • 111 total downloads
  • Latest version: 4.3.2
  • test visualstudio testadapter nunit nunit3 dotnet
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.)
NuSpec.ReferenceGenerator by: Oren Novotny
  • 260 total downloads
  • Latest version: 2.0.0-beta-bld14
  • nuspec coreclr dnx nuget dependency dotnet uap netstandard refgen
Tool to auto-generate BCL package nuspec dependencies for CoreCLR projects
OctaPull.RabbitMQ by: emrahtaylan
  • 22 total downloads
  • Latest version: 0.0.4
RabbitMQ yönetimi için generik eklentiler sağlandı
OpenCli.Sources by: Patrik Svensson
  • 94 total downloads
  • Latest version: 0.6.0
Contains tooling for OpenCLI
OpenIddict.AspNetCore by: Kévin Chalet
  • 9 total downloads
  • Latest version: 3.0.0-beta1.20311.67
  • authentication jwt openidconnect openiddict security aspnetcore server validation
Versatile OpenID Connect stack for ASP.NET Core 2.1, 3.1 and 5.0.
OpenTelemetry.Instrumentation.AspNet.TelemetryHttpModule by: OpenTelemetry Authors
  • 218 total downloads
  • Latest version: 1.15.1
  • Observability OpenTelemetry Monitoring Telemetry distributed-tracing AspNet MVC WebAPI
A module that instruments incoming request with System.Diagnostics.Activity and notifies listeners with DiagnosticsSource.
OpenTK.GLControl by: The Open Toolkit Team
  • 195 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.
opentoolkit.redist.glfw by: OpenToolkit
  • 48 total downloads
  • Latest version: 3.3.0-pre20200829200313
GLFW redistributables for OpenTK.
OpenXmlPowerTools by: Eric White
  • 169 total downloads
  • Latest version: 4.5.3
  • OpenXML PowerPoint Excel Word HTML CSS
The Open XML PowerTools provides guidance and example code for programming with Open XML Documents (DOCX, XLSX, and PPTX). It is based on, and extends the functionality of the Open XML SDK. It supports scenarios such as: •Splitting DOCX/PPTX files into multiple files. •Combining multiple DOCX/PPTX files into a single file. •Populating content in template DOCX files with data from XML. •High-fidelity conversion of DOCX to HTML. •Searching and replacing content in DOCX/PPTX using regular expressions. •Managing tracked-revisions, including detecting tracked revisions, and accepting tracked revisions. •Updating Charts in DOCX/PPTX files, including updating cached data, as well as the embedded XLSX. •Retrieving metrics from DOCX files, including the hierarchy of styles used, the languages used, and the fonts used. •Writing XLSX files using far simpler code than directly writing the markup, including a streaming approach that enables writing XLSX files with millions of rows.
Oracle.ManagedDataAccess by: Oracle
  • 691 total downloads
  • Latest version: 19.30.0
  • ODP.NET Oracle DB database
ODP.NET, Managed Driver is a 100% native code .NET Framework driver for Oracle Database. No additional Oracle Client software is required to be installed to connect to Oracle Database.
Ocelot by: Tom Pallister
  • 177 total downloads
  • Latest version: 1.0.66-rc4
Ocelot Api Gateway
Office by: xuchonglei
  • 17 total downloads
  • Latest version: 12.0.0
Office
OpenIddict by: Kévin Chalet
  • 5 total downloads
  • Latest version: 3.0.0-beta1.20311.67
  • authentication jwt openidconnect openiddict security
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.
OpenLayers by: OpenLayers Team
  • 808 total downloads
  • Latest version: 4.6.4
  • Mapping Javascript
Open source javascript based mapping API.
OpenTK by: Team OpenTK
  • 1.426k 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.redist.glfw by: Team OpenTK
  • 14 total downloads
  • Latest version: 3.3.0-pre20200830200122
GLFW redistributables for OpenTK.
OpenTracing by: Daniel Wallin The Open Tracing Team
  • 44 total downloads
  • Latest version: 0.8.2
  • OpenTracing distributed-tracing
This library is a .Net implementation of Open Tracing 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.
OpenXMLSDK-MOT by: Microsoft Open Technologies Inc.
  • 50 total downloads
  • Latest version: 2.6.1
https://github.com/OfficeDev/Open-XML-SDK