FsCheck.NUnit
3.3.3
dotnet add package FsCheck.NUnit --version 3.3.3
NuGet\Install-Package FsCheck.NUnit -Version 3.3.3
<PackageReference Include="FsCheck.NUnit" Version="3.3.3" />
<PackageVersion Include="FsCheck.NUnit" Version="3.3.3" />
<PackageReference Include="FsCheck.NUnit" />
paket add FsCheck.NUnit --version 3.3.3
#r "nuget: FsCheck.NUnit, 3.3.3"
#:package FsCheck.NUnit@3.3.3
#addin nuget:?package=FsCheck.NUnit&version=3.3.3
#tool nuget:?package=FsCheck.NUnit&version=3.3.3
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.3 | 1,130 | 4/26/2026 |
| 3.3.2 | 98,891 | 11/9/2025 |
| 3.3.1 | 33,527 | 8/24/2025 |
| 3.3.0 | 31,569 | 6/3/2025 |
| 3.2.0 | 27,112 | 4/10/2025 |
| 3.1.0 | 28,781 | 1/30/2025 |
| 3.0.1 | 12,267 | 1/22/2025 |
| 3.0.0 | 9,388 | 1/7/2025 |
| 3.0.0-rc3 | 40,655 | 3/3/2024 |
| 3.0.0-rc2 | 355 | 2/25/2024 |
| 3.0.0-rc1 | 9,870 | 7/23/2023 |
| 3.0.0-beta2 | 12,679 | 1/8/2022 |
| 3.0.0-beta1 | 1,483 | 9/5/2021 |
| 2.16.6 | 256,918 | 7/1/2023 |
| 2.16.5 | 152,830 | 6/1/2022 |
| 2.16.4 | 194,958 | 1/8/2022 |
| 2.16.3 | 33,151 | 9/4/2021 |
| 2.16.2 | 1,832 | 8/30/2021 |
| 2.16.0 | 7,469 | 8/13/2021 |
Add Gen.pick and Gen.tryPick functions.
Fill NullReferenceException when using Replay with an Implies combinator.
Improve behavior of stamps and labels when using And/Or property combinators.