Fs30Unit.MsTest.Sample 7.1.1

dotnet add package Fs30Unit.MsTest.Sample --version 7.1.1
                    
NuGet\Install-Package Fs30Unit.MsTest.Sample -Version 7.1.1
                    
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="Fs30Unit.MsTest.Sample" Version="7.1.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fs30Unit.MsTest.Sample" Version="7.1.1" />
                    
Directory.Packages.props
<PackageReference Include="Fs30Unit.MsTest.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 Fs30Unit.MsTest.Sample --version 7.1.1
                    
#r "nuget: Fs30Unit.MsTest.Sample, 7.1.1"
                    
#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 Fs30Unit.MsTest.Sample@7.1.1
                    
#: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=Fs30Unit.MsTest.Sample&version=7.1.1
                    
Install as a Cake Addin
#tool nuget:?package=Fs30Unit.MsTest.Sample&version=7.1.1
                    
Install as a Cake Tool

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

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 726 2025/6/26
7.1.0 602 2025/6/26
7.0.1 603 2024/12/30
7.0.0 552 2024/12/23
6.0.1 569 2024/9/13
6.0.0 745 2024/1/11
6.0.0-alpha3 648 2023/12/20
6.0.0-alpha2 593 2023/12/17
6.0.0-alpha1 602 2023/12/12
5.6.1 673 2023/11/29
5.6.0 626 2023/11/10
5.5.0 706 2023/10/27
5.4.0 689 2023/7/11
5.3.1 713 2023/6/7
5.3.0 677 2023/5/6
5.2.0 846 2023/1/13
5.1.0 904 2022/10/29
5.0.5 974 2022/9/27
5.0.4 977 2022/9/7
5.0.3 992 2022/8/16
Loading failed

- Add `equivalent` assertion to FsUnit.Xunit. - (https://github.com/fsprojects/FsUnit/pull/305)