FsCheck.Xunit 3.3.2

dotnet add package FsCheck.Xunit --version 3.3.2
                    
NuGet\Install-Package FsCheck.Xunit -Version 3.3.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FsCheck.Xunit" Version="3.3.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FsCheck.Xunit" Version="3.3.2" />
                    
Directory.Packages.props
<PackageReference Include="FsCheck.Xunit" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FsCheck.Xunit --version 3.3.2
                    
#r "nuget: FsCheck.Xunit, 3.3.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FsCheck.Xunit@3.3.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FsCheck.Xunit&version=3.3.2
                    
Install as a Cake Addin
#tool nuget:?package=FsCheck.Xunit&version=3.3.2
                    
Install as a Cake Tool

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 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 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on FsCheck.Xunit:

Package Downloads
DitzyExtensions.Testing

a collection of extensions and utilities for writing fluent and property based unit tests.

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.
dotnet/dotnet
Home of .NET's Virtual Monolithic Repository which includes all the code needed to build the .NET SDK.
wabbajack-tools/wabbajack
An automated Modlist installer for various games.
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
Delta3-Studio/Backdash
C# Rollback network SDK
vesoapp/veso
Open source media server.
osstotalsoft/nbb
.Net Building Blocks
Version Downloads Last Updated
3.3.2 100,228 11/9/2025
3.3.1 72,775 8/24/2025
3.3.0 93,233 6/3/2025
3.2.0 53,763 4/10/2025
3.1.0 136,531 1/30/2025
3.0.1 8,180 1/22/2025
3.0.0 67,824 1/7/2025
3.0.0-rc3 104,607 3/3/2024
3.0.0-rc2 865 2/25/2024
3.0.0-rc1 46,023 7/23/2023
3.0.0-beta2 70,187 1/8/2022
3.0.0-beta1 12,221 9/5/2021
3.0.0-alpha5 43,904 12/28/2020
3.0.0-alpha4 223,642 10/6/2018
3.0.0-alpha3 12,788 12/30/2017
3.0.0-alpha2 6,116 10/19/2017
3.0.0-alpha1 2,237 9/26/2017
2.16.6 885,952 7/1/2023
2.16.5 703,586 6/1/2022
2.16.4 404,803 1/8/2022
2.16.3 171,326 9/4/2021
2.16.2 7,074 8/30/2021
2.16.0 27,018 8/13/2021
2.15.3 164,923 5/8/2021
2.15.2 93,457 4/15/2021
2.15.1 65,073 2/27/2021
2.15.0 2,739 2/23/2021
2.14.6 31,035 2/21/2021
2.14.5 3,828 2/18/2021
2.14.4 27,543 1/31/2021
2.14.3 397,109 6/9/2020
2.14.2 79,545 3/11/2020
2.14.0 490,597 4/17/2019
2.13.0 197,423 11/11/2018
2.12.1 19,778 10/18/2018
2.12.0 6,007 10/6/2018
2.11.0 88,362 6/15/2018
2.10.10 59,449 5/15/2018
2.10.9 14,337 4/10/2018
2.10.8 67,342 3/3/2018
2.10.7 12,051 1/29/2018
2.10.6 14,177 12/30/2017
2.10.5 13,984 12/28/2017
2.10.4 35,885 11/8/2017
2.10.3 6,459 9/26/2017
2.10.2 10,335 9/25/2017
2.10.1 1,959 9/23/2017
2.10.0 11,453 9/7/2017
2.9.2 3,677 8/28/2017
2.9.1 1,779 8/27/2017
2.9.0 49,979 5/18/2017
2.9.0-rc3 4,679 5/7/2017
2.9.0-rc2 1,544 5/6/2017
2.9.0-rc1 1,491 5/6/2017
2.8.2 4,422 5/6/2017
2.8.1 1,846 5/1/2017
2.8.0 6,195 3/15/2017
2.7.2 5,095 3/5/2017
2.7.1 5,548 2/13/2017
2.7.0 4,863 1/15/2017
2.6.3 2,573 1/13/2017
2.6.2 7,931 10/7/2016
2.6.1 2,361 9/25/2016
2.6.0 11,812 8/3/2016
2.5.0 27,284 6/7/2016
2.4.0 7,984 4/20/2016
2.3.0 3,320 4/11/2016
2.2.5 6,922 3/28/2016
2.2.4 13,212 12/17/2015
2.2.3 2,269 11/26/2015
2.2.2 3,187 11/14/2015
2.2.1 1,969 11/5/2015
2.2.0 11,472 11/1/2015
2.1.0 4,215 9/30/2015
2.0.7 6,385 8/20/2015
2.0.6 2,695 8/14/2015
2.0.5 3,569 7/31/2015
2.0.4 2,341 7/20/2015
2.0.3 2,157 7/10/2015
2.0.2 1,908 7/7/2015
2.0.1 3,296 5/23/2015
2.0.1-rc1 1,634 5/23/2015
2.0.0-alpha 1,912 4/27/2015
1.0.4 11,048 12/9/2014
1.0.3 3,232 11/18/2014
1.0.2 4,073 10/27/2014
1.0.1 2,074 10/18/2014
1.0.0 2,534 8/3/2014
0.4.1 26,852 5/9/2014
0.4.0.2 6,044 11/7/2013
0.4.0.1 2,491 6/21/2013
0.4.0 2,161 6/18/2013
0.3.0 2,478 8/26/2012
0.2.0 2,248 7/4/2012
0.1.0 6,142 6/25/2012

Fixed FsCheck.NUnit failure reporting. (by Brian Rourke Boll)
Added a replay hint to failure message. (by Brian Rourke Boll)