Guards 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Guards --version 1.0.7
NuGet\Install-Package Guards -Version 1.0.7
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.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Guards --version 1.0.7
#r "nuget: Guards, 1.0.7"
#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 Guards as a Cake Addin
#addin nuget:?package=Guards&version=1.0.7

// Install Guards as a Cake Tool
#tool nuget:?package=Guards&version=1.0.7

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 (7)

Showing the top 5 NuGet packages that depend on Guards:

Package Downloads
CrossPlatformLibrary.Geolocation

CrossPlatformLibrary.Geolocation is a plug-in for geo information handling. It enables cross-platform GPS functionality.

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.

CrossPlatformLibrary.Settings

CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings.

CrossPlatformAdapter

PlatformAdapter helps to adapt between platform-independent and platform-specific assemblies at runtime.

CrossPlatformLibrary.WebBrowser

CrossPlatformLibrary.WebBrowser is a cross-platform abstraction which allows to open browser requests.

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 180,176 10/19/2019
2.1.19292.12 78,678 10/19/2019
2.1.19292.11-pre 431 10/19/2019
2.1.19292.8-pre 398 10/19/2019
2.1.19292.7-pre 384 10/19/2019
2.1.19292.6-pre 414 10/19/2019
2.0.19018.1-pre 857 1/18/2019
2.0.18298.2 13,507 10/25/2018
2.0.18298.1-pre 852 10/25/2018
2.0.18290.6 1,050 10/17/2018
2.0.18290.3 1,035 10/17/2018
1.0.15 2,949 6/27/2018
1.0.14 15,225 12/13/2016
1.0.13 2,977 9/13/2016
1.0.12 1,301 9/9/2016
1.0.11 11,101 5/1/2016
1.0.10 27,356 11/14/2015
1.0.9 1,350 11/13/2015
1.0.8 1,481 10/12/2015
1.0.7 1,593 10/11/2015
1.0.6 1,260 10/11/2015
1.0.5 1,305 10/11/2015
1.0.4 1,367 10/10/2015
1.0.3 2,976 9/20/2015
1.0.2 1,346 9/18/2015
1.0.1 1,337 9/17/2015
1.0.0 7,852 9/16/2015

- String guards added
     - Enumerable guards added