FsUnit.xUnit.Sample 7.1.1

dotnet add package FsUnit.xUnit.Sample --version 7.1.1
                    
NuGet\Install-Package FsUnit.xUnit.Sample -Version 7.1.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="FsUnit.xUnit.Sample" Version="7.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsUnit.xUnit.Sample" Version="7.1.1" />
                    
Directory.Packages.props
<PackageReference Include="FsUnit.xUnit.Sample" />
                    
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 FsUnit.xUnit.Sample --version 7.1.1
                    
#r "nuget: FsUnit.xUnit.Sample, 7.1.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.
#:package FsUnit.xUnit.Sample@7.1.1
                    
#: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=FsUnit.xUnit.Sample&version=7.1.1
                    
Install as a Cake Addin
#tool nuget:?package=FsUnit.xUnit.Sample&version=7.1.1
                    
Install as a Cake Tool

FsUnit is a set of extensions that add special testing syntax to xUnit.

There are no supported framework assets in this 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
7.1.1 867 2025/6/26
7.1.0 601 2025/6/26
7.0.1 636 2024/12/30
7.0.0 592 2024/12/23
6.0.1 628 2024/9/13
6.0.0 838 2024/1/11
6.0.0-alpha3 658 2023/12/20
6.0.0-alpha2 636 2023/12/17
6.0.0-alpha1 630 2023/12/12
5.6.1 835 2023/11/29
5.6.0 737 2023/11/10
5.5.0 843 2023/10/27
5.4.0 793 2023/7/11
5.3.1 761 2023/6/7
5.3.0 789 2023/5/6
5.2.0 950 2023/1/13
5.1.0 1,020 2022/10/29
5.0.5 1,047 2022/9/27
5.0.4 1,083 2022/9/7
5.0.3 1,026 2022/8/16
Loading failed

- Add `equivalent` assertion to FsUnit.Xunit. - (https://github.com/fsprojects/FsUnit/pull/305)