NetEvolve.Guard.Experimental 1.0.16

Suggested Alternatives

NetEvolve.Guard

Additional Details

Due to significant changes to the Generic Math implementations within the .NET 7 release, this package will no longer be developed.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package NetEvolve.Guard.Experimental --version 1.0.16
NuGet\Install-Package NetEvolve.Guard.Experimental -Version 1.0.16
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="NetEvolve.Guard.Experimental" Version="1.0.16" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetEvolve.Guard.Experimental --version 1.0.16
#r "nuget: NetEvolve.Guard.Experimental, 1.0.16"
#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 NetEvolve.Guard.Experimental as a Cake Addin
#addin nuget:?package=NetEvolve.Guard.Experimental&version=1.0.16

// Install NetEvolve.Guard.Experimental as a Cake Tool
#tool nuget:?package=NetEvolve.Guard.Experimental&version=1.0.16

NetEvolve.Guard

Basic input validation via the Requires class throws an ArgumentException, ArgumentNullException or other Exception types. The last parameter parameterName is optional and is automatically populated by .NET, based on the CallerArgumentExpressionAttribute functionality.

Requires.NotNull(arg1); // Or Requires.NotNull(arg1, nameof(arg1));
Requires.InBetween(arg1, 1, 5); // Or Requires.InBetween(arg1, 1, 5, nameof(arg1));

Experimental Package

This package NetEvolve.Guard.Experimental is based on the new .NET 6 Preview features, such as IComparisonOperators or IFloatingPoint. This replaces the single implementations for numeric type methods, this significantly reduced the packet size without loss of functionality.

Pipeline & Coverage Status

Build and Release codecov

This project is available on NuGet

NuGet package NuGet package

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  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 was computed.  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.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated