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.
<PackageVersion Include="Xunit.Repeat" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Xunit.Repeat" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version 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.
#:package Xunit.Repeat@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Xunit.Repeat&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Xunit.Repeat&version=1.0.0
                    
Install as a Cake Tool

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 (1)

Showing the top 1 popular GitHub repositories that depend on Xunit.Repeat:

Repository Stars
cefsharp/CefSharp
.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
Version Downloads Last Updated
1.1.26 476,404 4/23/2020
1.0.0 2,016 4/25/2019

Initial release