![]() |
VOOZH | about |
dotnet add package FsUnit --version 7.1.1
NuGet\Install-Package FsUnit -Version 7.1.1
<PackageReference Include="FsUnit" Version="7.1.1" />
<PackageVersion Include="FsUnit" Version="7.1.1" />Directory.Packages.props
<PackageReference Include="FsUnit" />Project file
paket add FsUnit --version 7.1.1
#r "nuget: FsUnit, 7.1.1"
#:package FsUnit@7.1.1
#addin nuget:?package=FsUnit&version=7.1.1Install as a Cake Addin
#tool nuget:?package=FsUnit&version=7.1.1Install as a Cake Tool
FsUnit is a set of extensions that add special testing syntax to NUnit.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net6.0 net6.0 is compatible. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
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 |
Showing the top 3 popular GitHub repositories that depend on FsUnit:
| Repository | Stars |
|---|---|
|
mathnet/mathnet-numerics
Math.NET Numerics
|
|
|
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 | 92,239 | 6/26/2025 |
| 7.0.1 | 47,724 | 12/30/2024 |
| 7.0.0 | 5,799 | 12/23/2024 |
| 6.0.1 | 82,822 | 9/13/2024 |
| 6.0.0 | 114,555 | 1/11/2024 |
| 6.0.0-alpha3 | 1,193 | 12/20/2023 |
| 6.0.0-alpha2 | 260 | 12/17/2023 |
| 6.0.0-alpha1 | 12,902 | 12/12/2023 |
| 5.6.1 | 54,825 | 11/29/2023 |
| 5.6.0 | 37,966 | 11/10/2023 |
| 5.5.0 | 7,708 | 10/27/2023 |
| 5.4.0 | 36,935 | 7/11/2023 |
| 5.3.1 | 8,899 | 6/7/2023 |
| 5.3.0 | 19,813 | 5/6/2023 |
| 5.2.0 | 153,131 | 1/13/2023 |
| 5.1.0 | 144,294 | 10/29/2022 |
| 5.0.5 | 34,401 | 9/27/2022 |
| 5.0.4 | 10,493 | 9/7/2022 |
| 5.0.3 | 32,663 | 8/16/2022 |
- Add `equivalent` assertion to FsUnit.Xunit. - (https://github.com/fsprojects/FsUnit/pull/305)