xss.xUnitTestHandler 2.0.0

This is a utility package for net core unit testing using xUnit Framework.

Install-Package xss.xUnitTestHandler -Version 2.0.0
dotnet add package xss.xUnitTestHandler --version 2.0.0
<PackageReference Include="xss.xUnitTestHandler" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add xss.xUnitTestHandler --version 2.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: xss.xUnitTestHandler, 2.0.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.

Release Notes

How to use [TestPriority]:
updated the frameworks to only include net48;netcoreapp3.1;

     [Fact(), TestPriority([order number])]
     public void PegRates_GetByIdTest()
     {
       //Test Logic
     }

  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

Version History

Version Downloads Last updated
2.0.0 199 10/21/2020
1.0.0 128 4/2/2020