SharperHacks.CoreLibs.Constraints 3.0.0

This package has a SemVer 2.0.0 package version: 3.0.0+built.by.JwD.
dotnet add package SharperHacks.CoreLibs.Constraints --version 3.0.0
NuGet\Install-Package SharperHacks.CoreLibs.Constraints -Version 3.0.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="SharperHacks.CoreLibs.Constraints" Version="3.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SharperHacks.CoreLibs.Constraints --version 3.0.0
#r "nuget: SharperHacks.CoreLibs.Constraints, 3.0.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.
// Install SharperHacks.CoreLibs.Constraints as a Cake Addin
#addin nuget:?package=SharperHacks.CoreLibs.Constraints&version=3.0.0

// Install SharperHacks.CoreLibs.Constraints as a Cake Tool
#tool nuget:?package=SharperHacks.CoreLibs.Constraints&version=3.0.0

SharperHacks logo

Constraints Library for .NET

SharperHacks.CoreLibs.Constraints

Defines classes and methods to verify runtime contraints are met.

Licensed under the Apache License, Version 2.0. See LICENSE.

Contact: joseph@sharperhacks.org

Nuget: https://www.nuget.org/packages/SharperHacks.CoreLibs.Constraints

Targets

  • net7.0
  • net8.0

Classes

Verify

A static class, containing static methods to verify constraints. Unlike Assert, these methods are compiled and fully functional in production as well as DEBUG code. All methods include caller member name, caller file path and caller line number in the diagnostic message suppled to the VerifyException that is thrown when constraints are not met.

Examples:
    Verify.IsNotNullOrEmpty(str);
    Verify.IsLessThan(X, Y, "X must be less than Y");
VerifyException

The exception class that is thrown by Verify methods when a constraint is not met. Provides a consitently formatted exception string for all constraint failures.

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

    • No dependencies.
  • net8.0

    • No dependencies.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on SharperHacks.CoreLibs.Constraints:

Package Downloads
SharperHacks.CoreLibs.IO

Defines classes and methods to verify runtime contraints are met.

SharperHacks.CoreLibs.Reflection

Defines classes and methods to verify runtime contraints are met.

SharperHacks.CoreLibs.AppUtilities

Some useful bits for applications.

SharperHacks.CoreLibs.Math

A collection of Math routines.

SharperHacks.CoreLibs.StringExtensions

A collection of string extensions.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.0 69 1/27/2024
2.0.0 150 11/18/2023
1.0.0 108 11/14/2023