Expecto 3.2.0

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

Expecto is a smooth test framework for F#, cloned from Fuchu with added functionality for making it easier to use.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (31)

Showing the top 5 NuGet packages that depend on Expecto:

Package Downloads
YoloDev.Expecto.TestSdk

Package Description

Expecto.FsCheck

Property testing for Expecto, powered by FsCheck

Expecto.Hopac

Running Hopac jobs from Expecto

Expecto.VisualStudio.TestAdapter

Visual Studio test adapter for Expecto. Shows Expecto tests in Visual Studio's Test Explorer, and also enables them to be run in Visual Studio Online builds.

Verify.Expecto

Enables verification of complex models and documents.

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Expecto:

Repository Stars
VerifyTests/Verify
Verify is a snapshot testing tool that simplifies the assertion of complex data models and documents.
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
Zaid-Ajaj/Npgsql.FSharp.Analyzer
F# analyzer that provides embedded SQL syntax analysis, type-checking for parameters and result sets and nullable column detection when writing queries using Npgsql.FSharp.
teo-tsirpanis/Farkle
LALR parser combinators for C# and F#.
Version Downloads Last Updated
11.0.0-alpha8 3,206 3/2/2025
11.0.0-alpha7 322 3/1/2025
11.0.0-alpha6 494 2/13/2025
11.0.0-alpha4 275 1/8/2025
11.0.0-alpha2 753 8/24/2024
11.0.0-alpha1 545 8/15/2024
10.2.3 141,361 3/30/2025
10.2.2 27,906 3/2/2025
10.2.1 369,161 3/15/2024
10.2.0 2,573 3/15/2024 10.2.0 is deprecated because it has critical bugs.
10.1.0 159,464 6/27/2023
10.0.0 19,194 6/8/2023
9.0.4 755,637 8/16/2021
9.0.2 285,815 6/25/2020
9.0.0 69,850 4/4/2020
8.13.2 60,087 3/9/2020
8.13.1 65,142 11/24/2019
8.13.0 2,476 11/23/2019
3.2.0 5,799 1/17/2017
Loading failed

Release Notes:

* Adding the logo to the nuget
* Whitespace
* Merge pull request #85 from AnthonyLloyd/master
* fixes #84 parallel bug
* Update DEVGUIDE.md
* Update DEVGUIDE.md
* Merge pull request #82 from AnthonyLloyd/master
* FsCheck message docs
* FsCheck messages, focus and pending methods, closes #68
* Why expecto – docs
* Merge pull request #78 from sergey-tihon/master
* Logo origin
* More docs
* More documentation
* Docs
* Table of Contents
* Indexing the different test constructors available
* Merge pull request #80 from adamchester/keep-comment-link-valid
* Change comment to a commit-permalink,
* Logo origin
* Logo images added
* Documenting sources of FsCheck knowledge
* Merge pull request #77 from AnthonyLloyd/master
* Update appveyor.yml
* assertTestFails as tests, more options for parallel-workers, fix failing tests