Skip to main content

Unquote is not just another DSL or API for making unit test assertions. Instead, assertions are written as plain, statically-checked F# quoted expressions and test failure messages are given as step-by-step F# expression evaluations. Unquote integrates configuration-free with all exception-based unit testing frameworks including xUnit.net, NUnit, and Expecto. Unquote may even be used within FSI sessions, enabling the direct migration of ad-hoc FSI tests during interactive development to formal test suites. In addition to its unit testing features, Unquote includes operators for evaluating, decompiling, and incrementally reducing quoted expressions.

Total Downloads
1.7M
1,725,194
Published
Apr 30, 2021
Latest stable version

Install

.NET CLI
dotnet add package Unquote --version 6.0.0-rc.2
Package Manager Console
Install-Package Unquote -Version 6.0.0-rc.2
PackageReference
<PackageReference Include="Unquote" Version="6.0.0-rc.2" />

Frameworks

.NETStandard2.0

Dependencies

FSharp.Core
.NETStandard2.0
[4.7.2, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

This version is marked prerelease. Validate its API and upgrade path before production use.

Compatibility metadata lists 1 target framework; confirm the exact target used by your application.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.