Guards 1.0.8

There is a newer version of this package available.
See the version list below for details.
dotnet add package Guards --version 1.0.8
                    
NuGet\Install-Package Guards -Version 1.0.8
                    
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="Guards" Version="1.0.8" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Guards" Version="1.0.8" />
                    
Directory.Packages.props
<PackageReference Include="Guards" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Guards --version 1.0.8
                    
#r "nuget: Guards, 1.0.8"
                    
#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.
#:package Guards@1.0.8
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Guards&version=1.0.8
                    
Install as a Cake Addin
#tool nuget:?package=Guards&version=1.0.8
                    
Install as a Cake Tool

This Guards project is a light-weight toolbox which helps you to protect your public interfaces against invalid parameters being passed over.
     It is one of the fundamentals in object oriented programming that you clearly shield your internals from invalid external signals.

Product Compatible and additional computed target framework versions.
MonoAndroid monoandroid10 is compatible. 
MonoTouch monotouch10 is compatible. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wp8 is compatible.  wp81 was computed.  wpa81 is compatible. 
Windows Store win81 is compatible. 
Xamarin.iOS xamarinios10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Guards:

Package Downloads
TypeConverter

TypeConverter is a lightweight, portable class library which allows to convert between objects of different types. This library is shipped with some basic sample converters, however, you are free to write your own type converters and register them in the IConverterRegistry.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Guards:

Repository Stars
PawelTroka/Computator.NET
Computator.NET is a special kind of numerical software that is fast and easy to use but not worse than others feature-wise. It's features include: - Real and complex functions charts - Real and complex calculator - Real functions numerical calculations including different methods - Over 107 Elementary functions - Over 141 Special functions - Over 21 Matrix functions and operations - Scripting language with power to easy computations including matrices - You can declare your own custom functions with scripting language
Version Downloads Last Updated
2.1.19292.13-pre 1,674,372 10/19/2019
2.1.19292.12 108,898 10/19/2019
2.1.19292.11-pre 688 10/19/2019
2.1.19292.8-pre 654 10/19/2019
2.1.19292.7-pre 634 10/19/2019
2.1.19292.6-pre 675 10/19/2019
2.0.19018.1-pre 1,131 1/18/2019
2.0.18298.2 15,211 10/25/2018
2.0.18298.1-pre 1,147 10/25/2018
2.0.18290.6 1,366 10/17/2018
2.0.18290.3 1,341 10/17/2018
1.0.15 3,673 6/27/2018
1.0.8 1,973 10/12/2015
Loading failed

- String guards added.
     - Enumerable guards added.
     - ValidatedNotNullAttribute is now public.