FsCheck.NUnit
3.3.2
dotnet add package FsCheck.NUnit --version 3.3.2
NuGet\Install-Package FsCheck.NUnit -Version 3.3.2
<PackageReference Include="FsCheck.NUnit" Version="3.3.2" />
<PackageVersion Include="FsCheck.NUnit" Version="3.3.2" />
<PackageReference Include="FsCheck.NUnit" />
paket add FsCheck.NUnit --version 3.3.2
#r "nuget: FsCheck.NUnit, 3.3.2"
#:package FsCheck.NUnit@3.3.2
#addin nuget:?package=FsCheck.NUnit&version=3.3.2
#tool nuget:?package=FsCheck.NUnit&version=3.3.2
FsCheck.NUnit integrates FsCheck with NUnit by adding a PropertyAttribute that runs FsCheck tests, similar to NUnit TestAttribute.
All the options normally available in vanilla FsCheck via configuration can be controlled via the PropertyAttribute.
| Product | Versions 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. |
NuGet packages (3)
Showing the top 3 NuGet packages that depend on FsCheck.NUnit:
| Package | Downloads |
|---|---|
|
Math.Units
Package Description |
|
|
Active.Net.AddOnlyDb
Simple syncable key-value database, based on SQLite |
|
|
Lykke.RabbitMqBroker.TestDataGenerators
Package Description |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on FsCheck.NUnit:
| Repository | Stars |
|---|---|
|
elucidsoft/dotnet-stellar-sdk
Stellar API SDK for .NET 6.x
|
|
|
Enzx/NxGraph
NxGraph is a zero-allocation runtime, high-performance finite state machine (FSM) framework for .NET 8+, designed for scenarios where execution speed, memory efficiency, and runtime safety are critical.
|
| Version | Downloads | Last Updated |
|---|---|---|
| 3.3.2 | 47,804 | 11/9/2025 |
| 3.3.1 | 33,219 | 8/24/2025 |
| 3.3.0 | 28,423 | 6/3/2025 |
| 3.2.0 | 26,693 | 4/10/2025 |
| 3.1.0 | 25,676 | 1/30/2025 |
| 3.0.1 | 11,429 | 1/22/2025 |
| 3.0.0 | 8,478 | 1/7/2025 |
| 3.0.0-rc3 | 40,624 | 3/3/2024 |
| 3.0.0-rc2 | 333 | 2/25/2024 |
| 3.0.0-rc1 | 9,409 | 7/23/2023 |
| 3.0.0-beta2 | 12,668 | 1/8/2022 |
| 3.0.0-beta1 | 1,470 | 9/5/2021 |
| 2.16.6 | 235,050 | 7/1/2023 |
| 2.16.5 | 149,878 | 6/1/2022 |
| 2.16.4 | 189,075 | 1/8/2022 |
| 2.16.3 | 32,417 | 9/4/2021 |
| 2.16.2 | 1,825 | 8/30/2021 |
| 2.16.0 | 7,419 | 8/13/2021 |
| 2.15.3 | 63,908 | 5/8/2021 |
Fixed FsCheck.NUnit failure reporting. (by Brian Rourke Boll)
Added a replay hint to failure message. (by Brian Rourke Boll)