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 FsUnit.xUnit as a Cake Addin
#tool nuget:?package=FsUnit.xUnit&version=1.4.0-beta5&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 12,180 4 months ago
7.0.0 448 4 months ago
6.0.1 53,732 7 months ago
6.0.0 65,222 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,721 11/29/2023
5.6.0 28,437 11/10/2023
5.5.0 3,775 10/27/2023
5.4.0 48,741 7/11/2023
5.3.1 5,037 6/7/2023
5.3.0 3,310 5/6/2023
5.2.0 86,566 1/13/2023
5.1.0 50,120 10/29/2022
5.0.5 21,101 9/27/2022
5.0.4 2,859 9/7/2022
5.0.3 47,044 8/16/2022
5.0.2 835 8/15/2022 5.0.2 is deprecated because it has critical bugs.
5.0.1 1,753 8/5/2022
5.0.0 109,777 4/9/2022
4.2.0 70,230 1/21/2022
4.1.0 36,323 11/14/2021
4.0.7 42,082 10/12/2021
4.0.6 30,458 8/14/2021
4.0.5 8,905 7/18/2021
4.0.4 117,111 1/16/2021
4.0.3 591 1/16/2021
4.0.2 23,382 11/7/2020
4.0.1 18,259 7/31/2020
4.0.0 1,120 7/25/2020
3.9.0 10,350 6/25/2020
3.8.1 27,701 4/2/2020
3.8.0 98,958 11/29/2019
3.7.0 7,315 11/2/2019
3.6.0 1,194 10/30/2019
3.5.0 26,918 10/2/2019
3.4.1 17,387 8/18/2019
3.4.0 61,880 11/10/2018
3.3.0 974 11/9/2018
3.2.0 10,527 7/30/2018
3.1.0 77,848 2/18/2018
3.1.0-beta2 3,608 10/27/2017
3.1.0-beta1 1,006 10/25/2017
3.0.0 14,996 8/11/2017
1.4.1 48,385 12/7/2015
1.4.0 1,897 11/3/2015
1.4.0-beta5 1,342 10/3/2015
1.4.0-beta2 1,275 7/30/2015
1.4.0-beta 1,218 7/28/2015
1.3.1 4,032 7/26/2015
1.3.1-beta 1,143 7/20/2015
1.3.0.1 11,598 6/29/2014
1.2.2.1 6,190 1/3/2014
1.2.1.2 2,654 12/20/2012
1.1.1.3 1,434 1/3/2014
1.1.1.2 1,861 11/18/2012
1.1.1 1,744 11/11/2012
1.1.0.1 1,763 7/8/2012
1.1.0 1,804 4/21/2012
1.0.0.4 1,844 12/25/2011
1.0.0.3 1,714 12/14/2011
1.0.0 8,458 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