Xunit.Repeat 1.0.0

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

// Install Xunit.Repeat as a Cake Tool
#tool nuget:?package=Xunit.Repeat&version=1.0.0

Xunit.Repeat

Build status

Repeat attribute for xUnit.net

Why? Because once upon a time I had the need to do use such an attribute but xUnit did not have it. After a quick search I found that others had stumbled upon the same need without success, so I provided some code to help them out but thoght to myself this could be probably be useful if we had it as package.

Feel free to provide feedback, additional requests or PRs for future improvement.

Usage

[Theory()]
[Repeat(10)]
public void Test(int iterationNumber)
{
...
}

Iteration number should be added in order to run the test.

Product Compatible and additional computed target framework versions.
.NET Framework net472 is compatible.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.26 165,609 4/23/2020
1.0.0 1,579 4/25/2019

Initial release