FsUnit.xUnit 1.4.0-beta5

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-beta5
                    
NuGet\Install-Package FsUnit.xUnit -Version 1.4.0-beta5
                    
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-beta5" />
                    
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-beta5" />
                    
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-beta5
                    
#r "nuget: FsUnit.xUnit, 1.4.0-beta5"
                    
#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-beta5&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=FsUnit.xUnit&version=1.4.0-beta5&prerelease
                    
Install 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

DualSoft-Common-UnitTest-FS

Dual.Common.UnitTest.FS

far_net

Description

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.1.1 665 6/26/2025
7.0.1 22,280 12/30/2024
7.0.0 563 12/23/2024
6.0.1 75,196 9/13/2024
6.0.0 68,916 1/11/2024
6.0.0-alpha3 149 12/20/2023
6.0.0-alpha2 115 12/17/2023
6.0.0-alpha1 134 12/12/2023
5.6.1 26,529 11/29/2023
5.6.0 31,106 11/10/2023
5.5.0 3,916 10/27/2023
5.4.0 49,855 7/11/2023
5.3.1 5,186 6/7/2023
5.3.0 3,386 5/6/2023
5.2.0 87,356 1/13/2023
5.1.0 50,648 10/29/2022
5.0.5 21,392 9/27/2022
5.0.4 2,909 9/7/2022
5.0.3 47,106 8/16/2022
5.0.2 880 8/15/2022 5.0.2 is deprecated because it has critical bugs.
5.0.1 1,778 8/5/2022
5.0.0 113,175 4/9/2022
4.2.0 70,359 1/21/2022
4.1.0 37,063 11/14/2021
4.0.7 42,195 10/12/2021
4.0.6 30,510 8/14/2021
4.0.5 8,941 7/18/2021
4.0.4 117,313 1/16/2021
4.0.3 633 1/16/2021
4.0.2 24,703 11/7/2020
4.0.1 18,390 7/31/2020
4.0.0 1,163 7/25/2020
3.9.0 10,497 6/25/2020
3.8.1 28,080 4/2/2020
3.8.0 99,179 11/29/2019
3.7.0 7,370 11/2/2019
3.6.0 1,240 10/30/2019
3.5.0 26,995 10/2/2019
3.4.1 17,441 8/18/2019
3.4.0 62,104 11/10/2018
3.3.0 1,024 11/9/2018
3.2.0 10,625 7/30/2018
3.1.0 77,997 2/18/2018
3.1.0-beta2 3,704 10/27/2017
3.1.0-beta1 1,101 10/25/2017
3.0.0 15,122 8/11/2017
1.4.1 48,541 12/7/2015
1.4.0 2,020 11/3/2015
1.4.0-beta5 1,440 10/3/2015
1.4.0-beta2 1,375 7/30/2015
1.4.0-beta 1,321 7/28/2015
1.3.1 4,152 7/26/2015
1.3.1-beta 1,246 7/20/2015
1.3.0.1 11,707 6/29/2014
1.2.2.1 6,297 1/3/2014
1.2.1.2 2,765 12/20/2012
1.1.1.3 1,540 1/3/2014
1.1.1.2 1,966 11/18/2012
1.1.1 1,854 11/11/2012
1.1.0.1 1,868 7/8/2012
1.1.0 1,913 4/21/2012
1.0.0.4 1,951 12/25/2011
1.0.0.3 1,822 12/14/2011
1.0.0 8,663 12/10/2011

Migration to xUnit 2.1
FsUnit.NUnit compiled for net45
Target FsUnit to FSharp.Core 3.1.2.5
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
Added support of `shouldFail` operator for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/64
Added support of `instanceOfType` operator for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/65
Added support of `Empty` operator for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/66
Added support of `NaN` operator for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/67
Added support of `haveLength` and `haveCount` operators for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/68
Added support of `unique` operator for xUnit, MsTest and MbUnit - https://github.com/fsprojects/FsUnit/pull/70