FsUnit 5.4.0
See the version list below for details.
dotnet add package FsUnit --version 5.4.0
NuGet\Install-Package FsUnit -Version 5.4.0
<PackageReference Include="FsUnit" Version="5.4.0" />
<PackageVersion Include="FsUnit" Version="5.4.0" />
<PackageReference Include="FsUnit" />
paket add FsUnit --version 5.4.0
#r "nuget: FsUnit, 5.4.0"
#:package FsUnit@5.4.0
#addin nuget:?package=FsUnit&version=5.4.0
#tool nuget:?package=FsUnit&version=5.4.0
FsUnit is a set of extensions that add special testing syntax to NUnit.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
- FSharp.Core (>= 5.0.2)
- NUnit (>= 3.13.3 && < 3.14.0)
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 (3)
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 | 77,674 | 6/26/2025 |
| 7.0.1 | 45,037 | 12/30/2024 |
| 7.0.0 | 5,511 | 12/23/2024 |
| 6.0.1 | 81,267 | 9/13/2024 |
| 6.0.0 | 111,585 | 1/11/2024 |
| 6.0.0-alpha3 | 1,187 | 12/20/2023 |
| 6.0.0-alpha2 | 256 | 12/17/2023 |
| 6.0.0-alpha1 | 11,036 | 12/12/2023 |
| 5.6.1 | 54,152 | 11/29/2023 |
| 5.6.0 | 36,482 | 11/10/2023 |
| 5.5.0 | 7,378 | 10/27/2023 |
| 5.4.0 | 36,561 | 7/11/2023 |
| 5.3.1 | 8,613 | 6/7/2023 |
| 5.3.0 | 19,456 | 5/6/2023 |
| 5.2.0 | 152,131 | 1/13/2023 |
| 5.1.0 | 137,920 | 10/29/2022 |
| 5.0.5 | 33,751 | 9/27/2022 |
| 5.0.4 | 10,210 | 9/7/2022 |
| 5.0.3 | 32,380 | 8/16/2022 |
- Add support for xunit 2.5.0. - (https://github.com/fsprojects/FsUnit/pull/240)
- Update dependencies.