Metadata >> NuGet >> Validation

Validation

Metadata

Authors Andrew Arnott
Copyrights Copyright © Andrew Arnott
Description Method input validation and runtime checks that report errors or throw exceptions when failures are detected. Check out the code snippets available at https://github.com/AArnott/Validation/tree/master/My Code Snippets and make your input validation even easier with auto-completion for quoted parameter names.
LicenseUrl http://opensource.org/licenses/MS-PL
Owners Andrew Arnott
ProjectUrl http://github.com/aarnott/Validation
RequireLicenseAcceptance False
Tags InputValidation IntegrityCheck
Title Input and runtime validation
PackageSize 78448
PackageHashAlgorithm SHA512
PackageHash RbXHUyq+4CHllFmToWjCY1XWef2CUuvj7RasXqwRM6cXKPKo6yB0Gt0NM8e+ozcWgW00M9nY/dPzOUWLfEw/lg==
DownloadCount 000000
CreatedDate 2015-10-06T22:18:56
ReleaseNotes Add support for Xamarin.iOS (Unified)
Summary Provides convenient methods and code snippets for validating input and running state.
Dependencies System.Diagnostics.Debug:4.0.0:Unsupported|System.Diagnostics.Tools:4.0.0:Unsupported|System.Globalization:4.0.0:Unsupported|System.Linq:4.0.0:Unsupported|System.Reflection:4.0.0:Unsupported|System.Resources.ResourceManager:4.0.0:Unsupported|System.Runtime:4.0.10:Unsupported|System.Threading.Tasks:4.0.0:Unsupported

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install Validation -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install Validation -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package Validation
Installing the package (HTTP Basic authentication):
Install-Package Validation -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package Validation -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package Validation

OpenWrap

Installing the package:
o add-wrap Validation
Uninstalling the package:
o remove-wrap Validation

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
2.2.4
2.0.6.15003
2.0.5.14286
2.0.4.14103
2.0.3.13323
2.0.2.13022
2.0.1.12362
2.0.0.12319
1.0.0.12259
1.0.0-preview