![]() |
VOOZH | about |
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" />Directory.Packages.props
<PackageReference Include="FsCheck.NUnit" />Project file
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.3Install as a Cake Addin
#tool nuget:?package=FsCheck.NUnit&version=3.3.3Install as a Cake Tool
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 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 4 NuGet packages that depend on FsCheck.NUnit:
| Package | Downloads |
|---|---|
|
Math.Units
Package Description |
|
|
Active.Net.AddOnlyDb
Simple syncable key-value database, based on SQLite |
|
|
KATReaderService.Core
Package Description |
|
|
Lykke.RabbitMqBroker.TestDataGenerators
Package Description |
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 | 28,099 | 4/26/2026 |
| 3.3.2 | 116,199 | 11/9/2025 |
| 3.3.1 | 33,815 | 8/24/2025 |
| 3.3.0 | 41,010 | 6/3/2025 |
| 3.2.0 | 27,859 | 4/10/2025 |
| 3.1.0 | 35,981 | 1/30/2025 |
| 3.0.1 | 13,313 | 1/22/2025 |
| 3.0.0 | 10,495 | 1/7/2025 |
| 3.0.0-rc3 | 40,745 | 3/3/2024 |
| 3.0.0-rc2 | 366 | 2/25/2024 |
| 3.0.0-rc1 | 10,419 | 7/23/2023 |
| 3.0.0-beta2 | 12,695 | 1/8/2022 |
| 3.0.0-beta1 | 1,495 | 9/5/2021 |
| 2.16.6 | 280,153 | 7/1/2023 |
| 2.16.5 | 156,508 | 6/1/2022 |
| 2.16.4 | 199,345 | 1/8/2022 |
| 2.16.3 | 33,970 | 9/4/2021 |
| 2.16.2 | 1,844 | 8/30/2021 |
| 2.16.0 | 7,500 | 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.