FsUnit.xUnit 1.4.0-beta2

This is a prerelease version of FsUnit.xUnit.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FsUnit.xUnit --version 1.4.0-beta2
                    
NuGet\Install-Package FsUnit.xUnit -Version 1.4.0-beta2
                    
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" Version="1.4.0-beta2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsUnit.xUnit" Version="1.4.0-beta2" />
                    
Directory.Packages.props
<PackageReference Include="FsUnit.xUnit" />
                    
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 --version 1.4.0-beta2
                    
#r "nuget: FsUnit.xUnit, 1.4.0-beta2"
                    
#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.
#addin nuget:?package=FsUnit.xUnit&version=1.4.0-beta2&prerelease
                    
Install FsUnit.xUnit as a Cake Addin
#tool nuget:?package=FsUnit.xUnit&version=1.4.0-beta2&prerelease
                    
Install FsUnit.xUnit as a Cake Tool

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

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  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 (4)

Showing the top 4 NuGet packages that depend on FsUnit.xUnit:

Package Downloads
FsUnit.xUnit.Sample

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

DualSoft-UnitTest-Common-FS

Dual.UnitTest.Common.FS

far_net

Description

DualSoft-Common-UnitTest-FS

Dual.Common.UnitTest.FS

GitHub repositories (3)

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

Repository Stars
imazen/resizer
The official repository for ImageResizer
exercism/v3
The work-in-progress project for developing v3 tracks
osstotalsoft/nbb
.Net Building Blocks
Version Downloads Last updated
7.0.1 10,934 3 months ago
7.0.0 419 4 months ago
6.0.1 51,651 7 months ago
6.0.0 64,561 1/11/2024
6.0.0-alpha3 136 12/20/2023
6.0.0-alpha2 104 12/17/2023
6.0.0-alpha1 125 12/12/2023
5.6.1 25,587 11/29/2023
5.6.0 28,317 11/10/2023
5.5.0 3,769 10/27/2023
5.4.0 48,562 7/11/2023
5.3.1 5,022 6/7/2023
5.3.0 3,308 5/6/2023
5.2.0 86,499 1/13/2023
5.1.0 50,096 10/29/2022
5.0.5 21,089 9/27/2022
5.0.4 2,858 9/7/2022
5.0.3 47,043 8/16/2022
5.0.2 833 8/15/2022 5.0.2 is deprecated because it has critical bugs.
5.0.1 1,752 8/5/2022
5.0.0 109,242 4/9/2022
4.2.0 70,183 1/21/2022
4.1.0 36,202 11/14/2021
4.0.7 42,075 10/12/2021
4.0.6 30,450 8/14/2021
4.0.5 8,904 7/18/2021
4.0.4 117,069 1/16/2021
4.0.3 589 1/16/2021
4.0.2 23,365 11/7/2020
4.0.1 18,256 7/31/2020
4.0.0 1,118 7/25/2020
3.9.0 10,329 6/25/2020
3.8.1 27,626 4/2/2020
3.8.0 98,938 11/29/2019
3.7.0 7,313 11/2/2019
3.6.0 1,192 10/30/2019
3.5.0 26,904 10/2/2019
3.4.1 17,385 8/18/2019
3.4.0 61,843 11/10/2018
3.3.0 971 11/9/2018
3.2.0 10,517 7/30/2018
3.1.0 77,833 2/18/2018
3.1.0-beta2 3,599 10/27/2017
3.1.0-beta1 997 10/25/2017
3.0.0 14,987 8/11/2017
1.4.1 48,355 12/7/2015
1.4.0 1,888 11/3/2015
1.4.0-beta5 1,333 10/3/2015
1.4.0-beta2 1,266 7/30/2015
1.4.0-beta 1,209 7/28/2015
1.3.1 4,023 7/26/2015
1.3.1-beta 1,134 7/20/2015
1.3.0.1 11,588 6/29/2014
1.2.2.1 6,180 1/3/2014
1.2.1.2 2,644 12/20/2012
1.1.1.3 1,424 1/3/2014
1.1.1.2 1,851 11/18/2012
1.1.1 1,734 11/11/2012
1.1.0.1 1,753 7/8/2012
1.1.0 1,794 4/21/2012
1.0.0.4 1,834 12/25/2011
1.0.0.3 1,704 12/14/2011
1.0.0 8,443 12/10/2011

Migration to xUnit 2.0
FsUnitDepricated module renamed to FsUnitDeprecated https://github.com/fsprojects/FsUnit/pull/46
Enable substring checks https://github.com/fsprojects/FsUnit/pull/45
Fixed assertion message for NUnit equal constraint - https://github.com/fsprojects/FsUnit/pull/60