Guard.Net 3.0.0

dotnet add package Guard.Net --version 3.0.0
                    
NuGet\Install-Package Guard.Net -Version 3.0.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="Guard.Net" Version="3.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Guard.Net" Version="3.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Guard.Net" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Guard.Net --version 3.0.0
                    
#r "nuget: Guard.Net, 3.0.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.
#:package Guard.Net@3.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Guard.Net&version=3.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Guard.Net&version=3.0.0
                    
Install as a Cake Tool

A simple library that facilitates runtime checks of code and allows to define preconditions and invariants within a method.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETStandard 2.1

    • No dependencies.
  • net6.0

    • No dependencies.

NuGet packages (26)

Showing the top 5 NuGet packages that depend on Guard.Net:

Package Downloads
Arcus.Security.Core

Contains core functionality for Arcus.Security

Arcus.EventGrid

Provides core capabilities for using Event Grid with Arcus

Arcus.EventGrid.Publishing

Provides capability to push events to Azure Event Grid

Arcus.EventGrid.Testing

Provides infrastructure to build automated testing with Azure Event Grid.

Arcus.Security.Secrets.Core

Contains core functionality for working with secrets

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Guard.Net:

Repository Stars
tomkerkhove/promitor
Bringing Azure Monitor metrics where you need them.
Version Downloads Last Updated
3.0.0 785,864 8/26/2022
2.0.0 504,278 10/5/2021
1.2.0 800,770 8/24/2018
1.0.1 1,656 8/23/2018
1.0.0.2 6,113 6/25/2018
1.0.0.1 1,926 6/19/2018
1.0.0 16,279 4/10/2018

Migrated to .NET 6 and added support for .netstandard 2.1 as well