NUnit3TestAdapter
by: Charlie Poole, Terje Sandstrom
- 2.717k total downloads
- Latest version: 5.2.0
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core), versions .net framework 4.6.2 or higher, .net core 3.1, .net 5 or higher.
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.)
ObjectDumper.NET
by: Thomas Galliker
- 1.191k total downloads
- Latest version: 4.4.13-pre
ObjectDumper is a utility which aims to serialize C# objects to string for debugging and logging purposes.
ObjectListView
by: Phillip Piper
- 72 total downloads
- Latest version: 2.7.1.5
ObjectListView is a C# wrapper around a .NET ListView. It makes the ListView much easier to use and teaches it some neat new tricks.
Larry Wall, the author of Perl, once wrote that the three essential character flaws of any good programmer were sloth, impatience and hubris. Good programmers want to do the minimum amount of work (sloth). They want their programs to run quickly (impatience). They take inordinate pride in what they have written (hubris).
ObjectListView encourages the vices of sloth and hubris, by allowing programmers to do far less work but still produce great looking results.
ObjectListView.Updated
by: Phillip Piper
- 48 total downloads
- Latest version: 2.9.3
ObjectListView is a .NET ListView wired on caffeine, guarana and steroids.
More calmly, it is a C# wrapper around a .NET ListView, which makes the ListView much easier to use and teaches it lots of neat new tricks.
Ocelot
by: Tom Pallister
- 17 total downloads
- Latest version: 16.0.1
Ocelot is an API Gateway. The project is aimed at people using .NET running a micro services / service orientated architecture that need a unified point of entry into their system. In particular I want easy integration with IdentityServer reference and bearer tokens. reference tokens. Ocelot is a bunch of middlewares in a specific order. Ocelot manipulates the HttpRequest object into a state specified by its configuration until it reaches a request builder middleware where it creates a HttpRequestMessage object which is used to make a request to a downstream service. The middleware that makes the request is the last thing in the Ocelot pipeline. It does not call the next middleware. The response from the downstream service is stored in a per request scoped repository and retrived as the requests goes back up the Ocelot pipeline. There is a piece of middleware that maps the HttpResponseMessage onto the HttpResponse object and that is returned to the client. That is basically it with a bunch of other features.
OpenCover
by: shaun wilde, OpenCover
- 1.901k total downloads
- Latest version: 4.7.1221
An open source code coverage tool (branch and sequence point) for all .NET Frameworks 2 and above (including Silverlight). Also capable of handling 32 and 64 bit processes. Use ReportGenerator for best viewing results (also available via Nuget).
OpenIddict.Abstractions
by: Kévin Chalet
- 3.247k total downloads
- Latest version: 7.7.1
Abstractions and primitives used by the OpenIddict components.
OpenIddict.Server
by: Kévin Chalet
- 3.019k total downloads
- Latest version: 7.7.1
OpenIddict authorization server services.
Note: this package only contains the generic/host-agnostic server components.
To use the server feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Server.AspNetCore or OpenIddict.Server.Owin package.
OpenIddict.Validation
by: Kévin Chalet
- 2.886k total downloads
- Latest version: 7.7.1
OpenIddict token validation services.
Note: this package only contains the generic/host-agnostic validation components.
To use the validation feature on ASP.NET Core or OWIN/Katana, reference the OpenIddict.Validation.AspNetCore or OpenIddict.Validation.Owin package.
OpenIddict.Validation.ServerIntegration
by: Kévin Chalet
- 2.672k total downloads
- Latest version: 7.7.1
Local server integration package for the OpenIddict validation services.
OpenIddict.Validation.SystemNetHttp
by: Kévin Chalet
- 2.786k total downloads
- Latest version: 7.7.1
System.Net.Http integration package for the OpenIddict validation services.
OpenLayers.Blazor
by: Laurent Christen
- 173 total downloads
- Latest version: 2.6.0
Package Description
OpenMcdf
by: ironfede, jeremy-visionaid
- 635 total downloads
- Latest version: 3.3.0
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 directory trees.
OpenTelemetry
by: OpenTelemetry Authors
- 7.023k total downloads
- Latest version: 1.19.1
OpenTelemetry .NET SDK
OpenTelemetry.Api
by: OpenTelemetry Authors
- 9.562k total downloads
- Latest version: 1.19.1
OpenTelemetry .NET API
OpenTelemetry.Api.ProviderBuilderExtensions
by: OpenTelemetry Authors
- 5.163k total downloads
- Latest version: 1.19.1
Contains extensions to register OpenTelemetry in applications using Microsoft.Extensions.DependencyInjection
OpenTelemetry.Exporter.Console
by: OpenTelemetry Authors
- 3.161k total downloads
- Latest version: 1.19.1
Console exporter for OpenTelemetry .NET
OpenTelemetry.Exporter.Jaeger
by: OpenTelemetry Authors
- 2.93k total downloads
- Latest version: 1.6.0-rc.1
Jaeger exporter for OpenTelemetry .NET
OpenTelemetry.Exporter.OpenTelemetryProtocol
by: OpenTelemetry Authors
- 4.624k total downloads
- Latest version: 1.19.1
OpenTelemetry protocol exporter for OpenTelemetry .NET
OpenTelemetry.Extensions.Hosting
by: OpenTelemetry Authors
- 4.817k total downloads
- Latest version: 1.19.1
Contains extensions to start OpenTelemetry in applications using Microsoft.Extensions.Hosting