FsUnit.Sample 5.0.5

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

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

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 424 6/26/2025
7.1.0 300 6/26/2025
7.0.1 307 12/30/2024
7.0.0 285 12/23/2024
6.0.1 328 9/13/2024
6.0.0 436 1/11/2024
6.0.0-alpha3 375 12/20/2023
6.0.0-alpha2 354 12/17/2023
6.0.0-alpha1 281 12/12/2023
5.6.1 468 11/29/2023
5.6.0 399 11/10/2023
5.5.0 445 10/27/2023
5.4.0 439 7/11/2023
5.3.1 405 6/7/2023
5.3.0 416 5/6/2023
5.2.0 617 1/13/2023
5.1.0 825 10/29/2022
5.0.5 783 9/27/2022
5.0.4 714 9/7/2022
5.0.3 717 8/16/2022
5.0.2 903 8/15/2022 5.0.2 is deprecated because it has critical bugs.
5.0.1 747 8/5/2022
5.0.0 840 4/9/2022
4.2.0 843 1/21/2022
4.1.0 685 11/14/2021
4.0.7 685 10/12/2021
4.0.6 732 8/14/2021
4.0.5 792 7/18/2021
4.0.4 801 1/16/2021
4.0.3 832 1/16/2021
4.0.2 839 11/7/2020
4.0.0 1,043 7/25/2020
1.4.0 3,758 11/3/2015
1.3.1 2,022 7/26/2015
1.3.0.1 1,953 6/29/2014
1.2.1 3,367 4/28/2013
1.1.1 2,065 12/8/2012
1.1.0.2 2,057 11/18/2012

- Fix `throwWithMessage` that now ignores return type. - https://github.com/fsprojects/FsUnit/pull/220