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 19,036 12/30/2024
7.0.0 548 12/23/2024
6.0.1 69,570 9/13/2024
6.0.0 67,956 1/11/2024
6.0.0-alpha3 140 12/20/2023
6.0.0-alpha2 108 12/17/2023
6.0.0-alpha1 130 12/12/2023
5.6.1 26,257 11/29/2023
5.6.0 29,755 11/10/2023
5.5.0 3,890 10/27/2023
5.4.0 49,453 7/11/2023
5.3.1 5,145 6/7/2023
5.3.0 3,370 5/6/2023
5.2.0 87,007 1/13/2023
5.1.0 50,432 10/29/2022
5.0.5 21,335 9/27/2022
5.0.4 2,898 9/7/2022
5.0.3 47,090 8/16/2022
5.0.2 858 8/15/2022 5.0.2 is deprecated because it has critical bugs.
5.0.1 1,768 8/5/2022
5.0.0 112,320 4/9/2022
4.2.0 70,346 1/21/2022
4.1.0 36,854 11/14/2021
4.0.7 42,160 10/12/2021
4.0.6 30,493 8/14/2021
4.0.5 8,927 7/18/2021
4.0.4 117,262 1/16/2021
4.0.3 618 1/16/2021
4.0.2 24,615 11/7/2020
4.0.1 18,316 7/31/2020
4.0.0 1,146 7/25/2020
3.9.0 10,465 6/25/2020
3.8.1 27,976 4/2/2020
3.8.0 99,093 11/29/2019
3.7.0 7,352 11/2/2019
3.6.0 1,225 10/30/2019
3.5.0 26,967 10/2/2019
3.4.1 17,425 8/18/2019
3.4.0 62,057 11/10/2018
3.3.0 1,008 11/9/2018
3.2.0 10,593 7/30/2018
3.1.0 77,938 2/18/2018
3.1.0-beta2 3,668 10/27/2017
3.1.0-beta1 1,066 10/25/2017
3.0.0 15,081 8/11/2017
1.4.1 48,503 12/7/2015
1.4.0 1,986 11/3/2015
1.4.0-beta5 1,405 10/3/2015
1.4.0-beta2 1,338 7/30/2015
1.4.0-beta 1,280 7/28/2015
1.3.1 4,121 7/26/2015
1.3.1-beta 1,205 7/20/2015
1.3.0.1 11,671 6/29/2014
1.2.2.1 6,256 1/3/2014
1.2.1.2 2,719 12/20/2012
1.1.1.3 1,499 1/3/2014
1.1.1.2 1,925 11/18/2012
1.1.1 1,808 11/11/2012
1.1.0.1 1,828 7/8/2012
1.1.0 1,871 4/21/2012
1.0.0.4 1,909 12/25/2011
1.0.0.3 1,781 12/14/2011
1.0.0 8,557 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