LiteGuard 0.10.0

dotnet add package LiteGuard --version 0.10.0
NuGet\Install-Package LiteGuard -Version 0.10.0
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="LiteGuard" Version="0.10.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add LiteGuard --version 0.10.0
#r "nuget: LiteGuard, 0.10.0"
#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 LiteGuard as a Cake Addin
#addin nuget:?package=LiteGuard&version=0.10.0

// Install LiteGuard as a Cake Tool
#tool nuget:?package=LiteGuard&version=0.10.0

Why, it's lighter than air!
The aim of LiteGuard is to be the most simple, unambiguous and lightweight guard clause library available.

Supported platforms: Desktop .NET 3.5+, Desktop Mono 3.2.8+, Windows 8+, Windows Phone 8.1+, Windows Phone Silverlight 8+, Silverlight 5+, Portable for Universal Apps (Profile32), Portable (Profile328).

This is the LiteGuard binary package. Also available as a source code package (LiteGuard.Source). If your project is an application or library which is not packaged and/or exported for use in other solutions then the binary package is usually the best choice. If you are writing a library which is packaged and/or exported for use in other solutions then the source code package is usually the best choice.

We all have to do our bit in working toward the ultimate number of published guard clause libraries which, at current estimates, is somewhere in the region of 6.02214129(27) × 10^23.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Silverlight sl5 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 win8 is compatible.  win81 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.

GitHub repositories (1)

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

Repository Stars
adamralph/bau
The C# task runner
Version Downloads Last updated
0.10.0 894 12/21/2014
0.9.0 229 6/29/2014
0.8.1 73 6/18/2014
0.8.0 265 3/1/2014
0.7.0 49 6/18/2013
0.6.0 47 5/8/2013
0.5.0 52 3/29/2013
0.4.0 48 2/9/2013
0.3.0 48 2/9/2013
0.2.0 48 2/7/2013
0.1.0 49 2/7/2013

This release adds support for portable libraries for universal apps (Profile32) and fixes support for Windows Phone 8.1+.

New: Support for portable libraries for universal apps (Profile32) - https://github.com/liteguard/liteguard/issues/94
Fixed: Does not compile for Windows Phone 8.1 projects - https://github.com/liteguard/liteguard/issues/94