Guards 2.1.19292.12
See the version list below for details.
Install-Package Guards -Version 2.1.19292.12
dotnet add package Guards --version 2.1.19292.12
<PackageReference Include="Guards" Version="2.1.19292.12" />
paket add Guards --version 2.1.19292.12
#r "nuget: Guards, 2.1.19292.12"
// Install Guards as a Cake Addin
#addin nuget:?package=Guards&version=2.1.19292.12
// Install Guards as a Cake Tool
#tool nuget:?package=Guards&version=2.1.19292.12
This Guards project is a light-weight toolbox which helps you to protect your public interfaces against invalid parameters being passed over.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp1.0 netcoreapp1.1 netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard1.0 netstandard1.1 netstandard1.2 netstandard1.3 netstandard1.4 netstandard1.5 netstandard1.6 netstandard2.0 netstandard2.1 |
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen30 tizen40 tizen60 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wp8 wp81 wpa81 |
Windows Store | netcore netcore45 netcore451 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- NETStandard.Library (>= 1.6.1)
-
.NETStandard 2.0
- No dependencies.
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Guards:
Package | Downloads |
---|---|
CrossPlatformLibrary.Settings
CrossPlatformLibrary.Settings is a plug-in for reading and writing of platform-independent application settings. |
|
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. |
|
CrossPlatformAdapter
PlatformAdapter helps to adapt between platform-independent and platform-specific assemblies at runtime. |
|
CrossPlatformLibrary.Device
CrossPlatformLibrary.Device is a plug-in for reading platform-independent device information. |
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 | 44,371 | 10/19/2019 |
2.1.19292.12 | 41,259 | 10/19/2019 |
2.1.19292.11-pre | 311 | 10/19/2019 |
2.1.19292.8-pre | 315 | 10/19/2019 |
2.1.19292.7-pre | 301 | 10/19/2019 |
2.1.19292.6-pre | 312 | 10/19/2019 |
2.0.19018.1-pre | 750 | 1/18/2019 |
2.0.18298.2 | 9,004 | 10/25/2018 |
2.0.18298.1-pre | 715 | 10/25/2018 |
2.0.18290.6 | 807 | 10/17/2018 |
2.0.18290.3 | 803 | 10/17/2018 |
1.0.15 | 1,557 | 6/27/2018 |
1.0.14 | 11,424 | 12/13/2016 |
1.0.13 | 2,694 | 9/13/2016 |
1.0.12 | 1,044 | 9/9/2016 |
1.0.11 | 6,889 | 5/1/2016 |
1.0.10 | 20,209 | 11/14/2015 |
1.0.9 | 1,071 | 11/13/2015 |
1.0.8 | 1,205 | 10/12/2015 |
1.0.7 | 1,326 | 10/11/2015 |
1.0.6 | 1,009 | 10/11/2015 |
1.0.5 | 1,039 | 10/11/2015 |
1.0.4 | 1,125 | 10/10/2015 |
1.0.3 | 2,342 | 9/20/2015 |
1.0.2 | 1,081 | 9/18/2015 |
1.0.1 | 1,068 | 9/17/2015 |
1.0.0 | 5,619 | 9/16/2015 |
2.1.0
- New Nuget Guards.Source which compiles in your target project
- Support for .NET 3.5 and 4.0 depricated
- Fix wrong exception message in ArgumentIsTrue and ArgumentIsFalse
2.0.0
- New project structure
- Support for .NET Standard 2.0
1.0.15
- Support for .NET Standard 1.0
- Support for Silverlight depricated
1.0.14
- Update AssemblyInfos
1.0.13
- Strong-name signing of all Guards.dll assemblies
1.0.12
- Added new Guard.ArgumentCondition
- Added Guard.ArgumentHasLength, ArgumentHasMinLength and ArgumentHasMaxLength without property expressions
- Platform-specific compilation for .Net Framework 3.5, 4.5 and Silverlight 5
1.0.11
- Issue resolve: Visual Studio 2013 could not add PCL NuGet package to compatible project due to dnxcore50 dependency
- Internal refactoring