Assumptions 1.2.0
The Assumptions library provides a clean method to make implicit assumptions explicit in C#.
Install-Package Assumptions -Version 1.2.0
dotnet add package Assumptions --version 1.2.0
<PackageReference Include="Assumptions" Version="1.2.0" />
paket add Assumptions --version 1.2.0
#r "nuget: Assumptions, 1.2.0"
// Install Assumptions as a Cake Addin
#addin nuget:?package=Assumptions&version=1.2.0
// Install Assumptions as a Cake Tool
#tool nuget:?package=Assumptions&version=1.2.0
Assumptions
The Assumptions library provides a clean method to replace implicit assumptions with explicit ones in C#.
Assumptions are much akin to Asserts in unit tests, but differ in that they are intended to be part of production code.
Assumptions
The Assumptions library provides a clean method to replace implicit assumptions with explicit ones in C#.
Assumptions are much akin to Asserts in unit tests, but differ in that they are intended to be part of production code.
Release Notes
This version alters the syntax for expressing explanations, adds the 'And' operator which reopens an expression and allows a new That statement, tweaks the interface of InstanceOf for consistency reasons, and adds the first version of reasonable documentation.
Dependencies
-
.NETStandard 2.0
- No dependencies.
Used By
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Assumptions:
Package | Downloads |
---|---|
Clux
The Clux library is intended to help C# developers provide a rich, detailed command-line user-experience with minimal effort
|
GitHub repositories
This package is not used by any popular GitHub repositories.