NUnit.Analyzers
by: NUnit
- 1.339k 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.Console
by: Charlie Poole Rob Prouse
- 523 total downloads
- Latest version: 4.0.0-beta.1
This package includes the nunit-console runner and test engine for the NUnit unit-testing framework.
The following extensions are included with this package:
* NUnitProjectLoader - loads tests from NUnit projects
* VSProjectLoader - loads tests from Visual Studio projects
Other extensions, if needed, must be installed separately.
NUnit.ConsoleRunner
by: Charlie Poole Rob Prouse
- 363 total downloads
- Latest version: 4.0.0-beta.1
This package includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework.
Any extensions, if needed, may be installed as separate packages.
NUnit.Extension.Net462PluggableAgent
by: Charlie Poole
- 5 total downloads
- Latest version: 4.0.0
This extension allow the NUnit engine to run tests under .NET 4.6.2.
NUnit.Extension.Net80PluggableAgent
by: Charlie Poole
- 5 total downloads
- Latest version: 4.0.0
This extension allow the NUnit engine to run tests under .NET 8.0.
NUnit.Extension.Net90PluggableAgent
by: Charlie Poole
- 5 total downloads
- Latest version: 4.0.0
This extension allow the NUnit engine to run tests under .NET 9.0.
NUnit.Extension.NUnitProjectLoader
by: Charlie Poole
- 94 total downloads
- Latest version: 3.8.0
This extension allows the engine to run NUnit projects, which have a file extension of '.nunit'.
NUnit.Extension.NUnitV2Driver
by: Charlie Poole
- 91 total downloads
- Latest version: 3.9.0
This extension allows NUnit to load and run tests compiled against earlier versions of the NUnit framework. Versions 2.0 through 2.7 are supported.
NUnit.Extension.NUnitV2ResultWriter
by: Charlie Poole
- 87 total downloads
- Latest version: 3.8.0
This extension allows NUnit to create result files in the V2 format, which is used by many CI servers.
NUnit.Extension.TeamCityEventListener
by: jetbrains teamcity Charlie Poole Nikolay Pianikov
- 97 total downloads
- Latest version: 1.0.10
This extension sends specially formatted messages about test progress to TeamCity as each test executes, allowing TeamCity to monitor progress.
NUnit.Extension.VSProjectLoader
by: Charlie Poole
- 94 total downloads
- Latest version: 3.9.0
This extension allows NUnit to recognize and load solutions and projects in Visual Studio format. It supports files of type .sln, .csproj, .vbproj, .vjsproj, .vcproj and .fsproj.
NUnit.Runners
by: Charlie Poole
- 249 total downloads
- Latest version: 3.12.0
This package is now obsolete and has been replaced by the NUnit.Console package.
It includes the nunit3-console runner and test engine for version 3 of the NUnit unit-testing framework.
The following extensions are included with this package:
* NUnitProjectLoader - loads tests from NUnit projects
* VSProjectLoader - loads tests from Visual Studio projects
* NUnitV2ResultWriter - saves results in NUnit V2 format.
* NUnitV2FrameworkDriver - runs NUnit V2 tests.
* TeamCityEventListener - supports special progress messages used by teamcity.
Other extensions, if needed, must be installed separately.
NUnit3TestAdapter
by: Charlie Poole Terje Sandstrom
- 2.231k total downloads
- Latest version: 4.4.0
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.)
ObjectListView
by: Phillip Piper
- 32 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
- 18 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.
OpenCover
by: shaun wilde OpenCover
- 831 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
- 2.621k total downloads
- Latest version: 7.0.0
Abstractions and primitives used by the OpenIddict components.
OpenIddict.Server
by: Kévin Chalet
- 2.504k total downloads
- Latest version: 7.0.0
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.682k total downloads
- Latest version: 7.0.0
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.592k total downloads
- Latest version: 7.0.0
Local server integration package for the OpenIddict validation services.