Expecto.FsCheck 10.2.2

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Expecto.FsCheck --version 10.2.2
                    
NuGet\Install-Package Expecto.FsCheck -Version 10.2.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="Expecto.FsCheck" Version="10.2.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Expecto.FsCheck" Version="10.2.2" />
                    
Directory.Packages.props
<PackageReference Include="Expecto.FsCheck" />
                    
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 Expecto.FsCheck --version 10.2.2
                    
#r "nuget: Expecto.FsCheck, 10.2.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 Expecto.FsCheck@10.2.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=Expecto.FsCheck&version=10.2.2
                    
Install as a Cake Addin
#tool nuget:?package=Expecto.FsCheck&version=10.2.2
                    
Install as a Cake Tool

Property testing for Expecto, powered by FsCheck

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

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Expecto.FsCheck:

Package Downloads
Chia

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Sharpino

F# Event Sourcing Library

Chia.NetStandard

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Chia.Shared

This library Chia contains utils for internal Danpower Reporting and is used by serveral reports.

Juniper

This library Juniper contains Azure business reporting utils and uses an high level computation expression on top of the EPPlus excel package to create efficent excel reports.

GitHub repositories (3)

Showing the top 3 popular GitHub repositories that depend on Expecto.FsCheck:

Repository Stars
JamesRandall/FunctionMonkey
Write more elegant Azure Functions with less boilerplate, more consistency, and support for REST APIs. Docs can be found at https://functionmonkey.azurefromthetrenches.com
lucassklp/Desktop.Robot
A library used to control your mouse and keyboard programmatically in .NET Core
teo-tsirpanis/Farkle
LALR parser combinators for C# and F#.
Version Downloads Last Updated
11.1.0 16,247 2026/6/17
11.1.0-fscheck2 119 2026/6/17
11.0.0 610 2026/6/11
11.0.0-fscheck2 165 2026/6/11
11.0.0-alpha9-fscheck2 148 2026/4/30
11.0.0-alpha9 568 2026/4/30
11.0.0-alpha8-fscheck2 1,164 2025/3/2
11.0.0-alpha8 5,839 2025/3/2
11.0.0-alpha7-fscheck2 238 2025/3/1
11.0.0-alpha7 225 2025/3/1
11.0.0-alpha6-fscheck2 240 2025/2/13
11.0.0-alpha6 378 2025/2/13
11.0.0-alpha4-fscheck2 228 2025/1/8
11.0.0-alpha4 211 2025/1/8
11.0.0-alpha2-fscheck2 276 2024/8/24
11.0.0-alpha2 539 2024/8/24
10.2.3 82,502 2025/3/30
10.2.3-fscheck3 1,830 2025/3/30
10.2.2 18,951 2025/3/2
10.2.2-fscheck3 476 2025/3/2
Loading failed

Add builder methods for TestPrinters. Using builders allows TestPrinter signatures to evolve without breaking YoloDev.Expecto.TestSdk and other packages that need to build printers. This should reduce the need for version coordination between such packages, thanks @farlee2121