Pro.NBench.xUnit 1.0.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Pro.NBench.xUnit --version 1.0.3
NuGet\Install-Package Pro.NBench.xUnit -Version 1.0.3
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="Pro.NBench.xUnit" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Pro.NBench.xUnit --version 1.0.3
#r "nuget: Pro.NBench.xUnit, 1.0.3"
#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 Pro.NBench.xUnit as a Cake Addin
#addin nuget:?package=Pro.NBench.xUnit&version=1.0.3

// Install Pro.NBench.xUnit as a Cake Tool
#tool nuget:?package=Pro.NBench.xUnit&version=1.0.3

Allows NBench tests to be discovered, executed, reported, and debugged using xUnit in ReSharper, and Visual Studio Test Explorer.

Please refer to the project Url for usage information:

https://github.com/Pro-Coded/Pro.NBench.xUnit

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Pro.NBench.xUnit:

Package Downloads
SharpPulsar

SharpPulsar is Apache Pulsar Client built using Akka.net

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Pro.NBench.xUnit:

Repository Stars
RicoSuter/NJsonSchema
JSON Schema reader, generator and validator for .NET
AElfProject/AElf
A scalable cloud computing blockchain platform
RicoSuter/Namotion.Reflection
.NET library with advanced reflection APIs.
Version Downloads Last updated
2.0.0 42,556 7/14/2020
1.0.5 19,954 4/16/2019
1.0.4 83,118 2/27/2018
1.0.3 9,967 7/31/2017
1.0.2 2,347 8/4/2016
1.0.1 2,045 8/4/2016
1.0.0-Pre 1,494 8/1/2016

Altered .Net Framework target to NET452, to support NBench 1.0.4.

Updated package depencies; xunit to 2.2.0 and NBench to 1.0.4 - contribution by Andrey Leskov.