NUnitV2.Core 2.7.1

dotnet add package NUnitV2.Core --version 2.7.1
NuGet\Install-Package NUnitV2.Core -Version 2.7.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NUnitV2.Core" Version="2.7.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NUnitV2.Core --version 2.7.1
#r "nuget: NUnitV2.Core, 2.7.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NUnitV2.Core as a Cake Addin
#addin nuget:?package=NUnitV2.Core&version=2.7.1

// Install NUnitV2.Core as a Cake Tool
#tool nuget:?package=NUnitV2.Core&version=2.7.1

The NunitV2.Core package is aimed at third-party test runners that will normally include the assemblies directly in their own packages. It allows loading and running tests at a fairly low level.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on NUnitV2.Core:

Package Downloads
AutoFixture.NUnit2 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

By leveraging the some features of NUnit, this extension turns AutoFixture into a declarative framework for writing unit tests. In many ways it becomes a unit testing DSL (Domain Specific Language).

NBi.Framework

This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions.

NBi.Framework.Tools

This package contains the NBi framework and references each dll to your project. This package is not intended to be directly used by end-users willing to create test-suites. Check the package NBi.VisualStudio, if you want to facilitate the usage of NBi from Visual Studio. NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Quality. It supports the Microsoft Data platform (SQL Server Database engine, SSIS, SSAS, SSRS) but also MySQL, PostgreSQL and other NoSQL solutions.

NBi.Data3Sixty

This package contains the Data3Sixty extension for the testing framework NBi (check at http://www.nbi.io)

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on NUnitV2.Core:

Repository Stars
mono/monodevelop
MonoDevelop is a cross platform .NET IDE
facebook/facebook-sdk-for-unity
The facebook sdk for unity.
Seddryck/NBi
NBi is a testing framework (add-on to NUnit) for Business Intelligence and Data Access. The main goal of this framework is to let users create tests with a declarative approach based on an Xml syntax. By the means of NBi, you don't need to develop C# or Java code to specify your tests! Either, you don't need Visual Studio or Eclipse to compile your test suite. Just create an Xml file and let the framework interpret it and play your tests. The framework is designed as an add-on of NUnit but with the possibility to port it easily to other testing frameworks.
Version Downloads Last updated
2.7.1 137,004 8/21/2019
2.7.0 72,713 8/10/2018

This is the first release of the core assemblies as a separate package.