FsCheck.Xunit
3.0.0-alpha2
See the version list below for details.
dotnet add package FsCheck.Xunit --version 3.0.0-alpha2
NuGet\Install-Package FsCheck.Xunit -Version 3.0.0-alpha2
<PackageReference Include="FsCheck.Xunit" Version="3.0.0-alpha2" />
<PackageVersion Include="FsCheck.Xunit" Version="3.0.0-alpha2" />
<PackageReference Include="FsCheck.Xunit" />
paket add FsCheck.Xunit --version 3.0.0-alpha2
#r "nuget: FsCheck.Xunit, 3.0.0-alpha2"
#:package FsCheck.Xunit@3.0.0-alpha2
#addin nuget:?package=FsCheck.Xunit&version=3.0.0-alpha2&prerelease
#tool nuget:?package=FsCheck.Xunit&version=3.0.0-alpha2&prerelease
FsCheck.Xunit integrates FsCheck with xUnit.NET by adding a PropertyAttribute that runs FsCheck tests, similar to xUnit.NET's FactAttribute.
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 | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. netstandard2.1 was computed. |
.NET Framework | net452 is compatible. net46 was computed. 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 | tizen30 was computed. 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. |
-
.NETStandard 1.6
- FsCheck (>= 3.0.0-alpha2)
- FSharp.Core (>= 4.1.18)
- NETStandard.Library (>= 1.6.1)
- xunit.abstractions (>= 2.0.1)
- xunit.core (>= 2.2.0)
-
All Frameworks
- FsCheck (= 3.0.0-alpha2)
- xunit.extensibility.execution (>= 2.2.0 && < 3.0.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on FsCheck.Xunit:
Package | Downloads |
---|---|
Conformist
A comprehensive C# library for property-based testing of WebAPI endpoints for HTTP RFC compliance. Automatically discovers API endpoints and validates them against HTTP RFC standards including safety, idempotency, and response consistency properties. |
GitHub repositories (26)
Showing the top 20 popular GitHub repositories that depend on FsCheck.Xunit:
Repository | Stars |
---|---|
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
|
|
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
|
|
coding-horror/basic-computer-games
An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common MEMORY SAFE, SCRIPTING programming languages. See https://coding-horror.github.io/basic-computer-games/
|
|
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
|
|
akkadotnet/akka.net
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
|
|
oskardudycz/EventSourcing.NetCore
Examples and Tutorials of Event Sourcing in .NET
|
|
opentk/opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
|
|
microsoft/onefuzz
A self-hosted Fuzzing-As-A-Service platform
|
|
FakeFishGames/Barotrauma
A 2D online multiplayer game taking place in a submarine travelling through the icy depths of Jupiter's moon Europa.
|
|
MetacoSA/NBitcoin
Comprehensive Bitcoin library for the .NET framework.
|
|
NeutroniumCore/Neutronium
🚀 Build .NET desktop applications using HTML, CSS and javascript.
|
|
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
|
|
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
|
|
la-yumba/functional-csharp-code
Code samples for Functional Programming in C#
|
|
helios-io/helios
reactive socket middleware for .NET
|
|
VSadov/Satori
Experimenting with dotnet runtime.
|
|
serdedotnet/serde
Serde.NET is a C# port of the popular Serde serialization library for Rust
|
|
vesoapp/veso
Open source media server.
|
|
Delta3-Studio/Backdash
C# Rollback network SDK
|
|
la-yumba/functional-csharp-code-2
|
Version | Downloads | Last Updated |
---|---|---|
3.3.1 | 12,884 | 8/24/2025 |
3.3.0 | 58,485 | 6/3/2025 |
3.2.0 | 41,242 | 4/10/2025 |
3.1.0 | 96,373 | 1/30/2025 |
3.0.1 | 6,734 | 1/22/2025 |
3.0.0 | 39,452 | 1/7/2025 |
3.0.0-rc3 | 97,603 | 3/3/2024 |
3.0.0-rc2 | 786 | 2/25/2024 |
3.0.0-rc1 | 45,806 | 7/23/2023 |
3.0.0-beta2 | 65,740 | 1/8/2022 |
3.0.0-beta1 | 11,848 | 9/5/2021 |
3.0.0-alpha5 | 43,600 | 12/28/2020 |
3.0.0-alpha4 | 214,970 | 10/6/2018 |
3.0.0-alpha3 | 12,502 | 12/30/2017 |
3.0.0-alpha2 | 5,964 | 10/19/2017 |
3.0.0-alpha1 | 2,071 | 9/26/2017 |
2.16.6 | 760,619 | 7/1/2023 |
2.16.5 | 657,277 | 6/1/2022 |
2.16.4 | 394,926 | 1/8/2022 |
2.16.3 | 170,141 | 9/4/2021 |
2.16.2 | 6,936 | 8/30/2021 |
2.16.0 | 26,786 | 8/13/2021 |
2.15.3 | 163,739 | 5/8/2021 |
2.15.2 | 93,288 | 4/15/2021 |
2.15.1 | 64,829 | 2/27/2021 |
2.15.0 | 2,647 | 2/23/2021 |
2.14.6 | 29,306 | 2/21/2021 |
2.14.5 | 3,703 | 2/18/2021 |
2.14.4 | 27,354 | 1/31/2021 |
2.14.3 | 394,946 | 6/9/2020 |
2.14.2 | 79,233 | 3/11/2020 |
2.14.0 | 487,706 | 4/17/2019 |
2.13.0 | 195,794 | 11/11/2018 |
2.12.1 | 19,652 | 10/18/2018 |
2.12.0 | 5,917 | 10/6/2018 |
2.11.0 | 85,936 | 6/15/2018 |
2.10.10 | 58,550 | 5/15/2018 |
2.10.9 | 14,015 | 4/10/2018 |
2.10.8 | 66,767 | 3/3/2018 |
2.10.7 | 11,870 | 1/29/2018 |
2.10.6 | 13,204 | 12/30/2017 |
2.10.5 | 13,824 | 12/28/2017 |
2.10.4 | 35,707 | 11/8/2017 |
2.10.3 | 6,306 | 9/26/2017 |
2.10.2 | 10,189 | 9/25/2017 |
2.10.1 | 1,819 | 9/23/2017 |
2.10.0 | 11,309 | 9/7/2017 |
2.9.2 | 3,494 | 8/28/2017 |
2.9.1 | 1,629 | 8/27/2017 |
2.9.0 | 49,622 | 5/18/2017 |
2.9.0-rc3 | 4,510 | 5/7/2017 |
2.9.0-rc2 | 1,389 | 5/6/2017 |
2.9.0-rc1 | 1,338 | 5/6/2017 |
2.8.2 | 4,260 | 5/6/2017 |
2.8.1 | 1,701 | 5/1/2017 |
2.8.0 | 6,033 | 3/15/2017 |
2.7.2 | 4,934 | 3/5/2017 |
2.7.1 | 5,272 | 2/13/2017 |
2.7.0 | 4,716 | 1/15/2017 |
2.6.3 | 2,441 | 1/13/2017 |
2.6.2 | 7,757 | 10/7/2016 |
2.6.1 | 2,206 | 9/25/2016 |
2.6.0 | 11,660 | 8/3/2016 |
2.5.0 | 27,071 | 6/7/2016 |
2.4.0 | 7,827 | 4/20/2016 |
2.3.0 | 3,107 | 4/11/2016 |
2.2.5 | 6,546 | 3/28/2016 |
2.2.4 | 13,029 | 12/17/2015 |
2.2.3 | 2,111 | 11/26/2015 |
2.2.2 | 3,039 | 11/14/2015 |
2.2.1 | 1,822 | 11/5/2015 |
2.2.0 | 11,322 | 11/1/2015 |
2.1.0 | 4,043 | 9/30/2015 |
2.0.7 | 6,209 | 8/20/2015 |
2.0.6 | 2,500 | 8/14/2015 |
2.0.5 | 3,396 | 7/31/2015 |
2.0.4 | 2,202 | 7/20/2015 |
2.0.3 | 2,004 | 7/10/2015 |
2.0.2 | 1,754 | 7/7/2015 |
2.0.1 | 3,150 | 5/23/2015 |
2.0.1-rc1 | 1,478 | 5/23/2015 |
2.0.0-alpha | 1,757 | 4/27/2015 |
1.0.4 | 10,890 | 12/9/2014 |
1.0.3 | 3,084 | 11/18/2014 |
1.0.2 | 3,909 | 10/27/2014 |
1.0.1 | 1,918 | 10/18/2014 |
1.0.0 | 2,393 | 8/3/2014 |
0.4.1 | 26,415 | 5/9/2014 |
0.4.0.2 | 5,866 | 11/7/2013 |
0.4.0.1 | 2,317 | 6/21/2013 |
0.4.0 | 2,002 | 6/18/2013 |
0.3.0 | 2,324 | 8/26/2012 |
0.2.0 | 2,079 | 7/4/2012 |
0.1.0 | 5,497 | 6/25/2012 |
Remove PCL builds. NET Standard is the way forward. Latest FSharp.Core builds don't even include PCL versions. As a result of the FSharp.Core dependency, FsCheck targets NET Standard 1.6.
Remove Prop.within.
Remove tuple and list testables.
Bug fix: Tasks that were faulted or canceled were not detected as test failures (by chrisoverzero)