Guards 1.0.5
See the version list below for details.
dotnet add package Guards --version 1.0.5
NuGet\Install-Package Guards -Version 1.0.5
<PackageReference Include="Guards" Version="1.0.5" />
paket add Guards --version 1.0.5
#r "nuget: Guards, 1.0.5"
// Install Guards as a Cake Addin #addin nuget:?package=Guards&version=1.0.5 // Install Guards as a Cake Tool #tool nuget:?package=Guards&version=1.0.5
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 | Versions 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. |
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 | 288,253 | 10/19/2019 |
2.1.19292.12 | 86,394 | 10/19/2019 |
2.1.19292.11-pre | 442 | 10/19/2019 |
2.1.19292.8-pre | 422 | 10/19/2019 |
2.1.19292.7-pre | 409 | 10/19/2019 |
2.1.19292.6-pre | 438 | 10/19/2019 |
2.0.19018.1-pre | 884 | 1/18/2019 |
2.0.18298.2 | 14,174 | 10/25/2018 |
2.0.18298.1-pre | 880 | 10/25/2018 |
2.0.18290.6 | 1,083 | 10/17/2018 |
2.0.18290.3 | 1,069 | 10/17/2018 |
1.0.15 | 3,038 | 6/27/2018 |
1.0.14 | 15,907 | 12/13/2016 |
1.0.13 | 3,060 | 9/13/2016 |
1.0.12 | 1,336 | 9/9/2016 |
1.0.11 | 11,809 | 5/1/2016 |
1.0.10 | 29,683 | 11/14/2015 |
1.0.9 | 1,390 | 11/13/2015 |
1.0.8 | 1,521 | 10/12/2015 |
1.0.7 | 1,633 | 10/11/2015 |
1.0.6 | 1,298 | 10/11/2015 |
1.0.5 | 1,344 | 10/11/2015 |
1.0.4 | 1,403 | 10/10/2015 |
1.0.3 | 3,111 | 9/20/2015 |
1.0.2 | 1,382 | 9/18/2015 |
1.0.1 | 1,373 | 9/17/2015 |
1.0.0 | 8,870 | 9/16/2015 |
- New Guards added