FsUnit 6.0.0-alpha3

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

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

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on FsUnit:

Package Downloads
FsUnit.Sample

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

Active.Net.AddOnlyDb

Simple syncable key-value database, based on SQLite

FsUnit.MvcSample

FsUnit.MvcSample provides a sample test for an MVC controller using FsUnit and NUnit.

jack

jack is a beanstalkd (http://kr.github.io/beanstalkd/) client written in F#. Install: nuget install jack Usage: open jack let client = Connection.parseAddress "localhost:11300" |> Client.connect client.useTube "testTube" |> ignore client.put 1000 0 30 "my message" |> ignore // priority=1000, delay=0, ttr=30 seconds client.watch "testTube" |> ignore let result = client.reserveWithTimeout 5 match result with | Success (jobId, payload) -> printfn "jobId=%i payload=%s" jobId payload client.delete jobId |> ignore | Failure msg -> failwith msg

DualSoft-UnitTest-Common-FS

Dual.UnitTest.Common.FS

GitHub repositories (4)

Showing the top 4 popular GitHub repositories that depend on FsUnit:

Repository Stars
mathnet/mathnet-numerics
Math.NET Numerics
lowleveldesign/wtrace
Command line tracing tool for Windows, based on ETW.
mikeobrien/HidLibrary
This library enables you to enumerate and communicate with Hid compatible USB devices in .NET.
G-Research/ParquetSharp
ParquetSharp is a .NET library for reading and writing Apache Parquet files.
Version Downloads Last Updated
7.1.1 40,632 6/26/2025
7.0.1 34,214 12/30/2024
7.0.0 1,667 12/23/2024
6.0.1 69,601 9/13/2024
6.0.0 101,373 1/11/2024
6.0.0-alpha3 1,160 12/20/2023
6.0.0-alpha2 230 12/17/2023
6.0.0-alpha1 9,043 12/12/2023
5.6.1 49,279 11/29/2023
5.6.0 29,699 11/10/2023
5.5.0 3,381 10/27/2023
5.4.0 32,525 7/11/2023
5.3.1 4,763 6/7/2023
5.3.0 15,564 5/6/2023
5.2.0 146,568 1/13/2023
5.1.0 121,081 10/29/2022
5.0.5 29,239 9/27/2022
5.0.4 6,370 9/7/2022
5.0.3 28,532 8/16/2022
Loading failed

- Migrate to NUnit v4.
- [BREAKING] FsUnit (NUnit v4 as dependency) drops netstandard2.0 as target framework.
- Update dependencies to MsTest v3.