SharperHacks.CoreLibs.Constraints
4.0.1
dotnet add package SharperHacks.CoreLibs.Constraints --version 4.0.1
NuGet\Install-Package SharperHacks.CoreLibs.Constraints -Version 4.0.1
<PackageReference Include="SharperHacks.CoreLibs.Constraints" Version="4.0.1" />
paket add SharperHacks.CoreLibs.Constraints --version 4.0.1
#r "nuget: SharperHacks.CoreLibs.Constraints, 4.0.1"
// Install SharperHacks.CoreLibs.Constraints as a Cake Addin #addin nuget:?package=SharperHacks.CoreLibs.Constraints&version=4.0.1 // Install SharperHacks.CoreLibs.Constraints as a Cake Tool #tool nuget:?package=SharperHacks.CoreLibs.Constraints&version=4.0.1
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
- net8.0
- net9.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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net9.0 is compatible. |
-
net8.0
- No dependencies.
-
net9.0
- No dependencies.
NuGet packages (11)
Showing the top 5 NuGet packages that depend on SharperHacks.CoreLibs.Constraints:
Package | Downloads |
---|---|
SharperHacks.CoreLibs.IO
A collection of usefull I/O classes. |
|
SharperHacks.CoreLibs.AppUtilities
Some useful bits for applications. |
|
SharperHacks.CoreLibs.Reflection
Defines classes and methods to wrap .NET reflection. |
|
AT.Extensions.Library
The primary goal of creating this «Nuget: AT.Extensions.Library» is to enable developers to effortlessly and confidently utilize this «Library» instead of spending time and effort creating numerous and scattered «Extension Methods» in their projects. This approach not only enhances the efficiency and speed of project development but also significantly contributes to the standardization and integration of code. By leveraging this «Library», developers can benefit from advanced features and optimizations, allowing them to focus on the core and critical aspects of their projects. This strategy not only improves the productivity of development teams but also reduces errors and issues arising from repetitive and non-standard code. Additionally, using this «Library» allows developers to tap into collective experiences and knowledge, avoiding the need to reinvent the wheel and instead relying on proven and efficient solutions. Consequently, projects progress more rapidly, and the final product's quality is significantly enhanced. |
|
SharperHacks.CoreLibs.Math
A collection of Math routines. |
GitHub repositories
This package is not used by any popular GitHub repositories.