Ardalis.GuardClauses 3.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Ardalis.GuardClauses --version 3.3.0
NuGet\Install-Package Ardalis.GuardClauses -Version 3.3.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="Ardalis.GuardClauses" Version="3.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Ardalis.GuardClauses --version 3.3.0
#r "nuget: Ardalis.GuardClauses, 3.3.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 Ardalis.GuardClauses as a Cake Addin
#addin nuget:?package=Ardalis.GuardClauses&version=3.3.0

// Install Ardalis.GuardClauses as a Cake Tool
#tool nuget:?package=Ardalis.GuardClauses&version=3.3.0

A simple package by @ardalis and @nimblepros with guard clause helper methods. See docs for how to extend using your own extension methods defined in your project.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net40 is compatible.  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. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  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.

NuGet packages (152)

Showing the top 5 NuGet packages that depend on Ardalis.GuardClauses:

Package Downloads
Een.Common

Nuget package for common helpers and enums

Serilog.UI

Package Description

Serilog.Ui.MsSqlServerProvider

Package Description

MooVC

A collection of functionalities common to many applications, gathered to support the rapid development of a wide variety of applications targeting multiple platforms.

NinjaTools.FluentMockServer

A C# Client for the MockServer Docker Image

GitHub repositories (17)

Showing the top 5 popular GitHub repositories that depend on Ardalis.GuardClauses:

Repository Stars
jasontaylordev/CleanArchitecture
Clean Architecture Solution Template for ASP.NET Core
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model. Download the eBook PDF from docs folder.
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
meysamhadeli/booking-microservices
Practical microservices, built with .Net 8, DDD, CQRS, Event Sourcing, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
Version Downloads Last updated
4.5.0 149,447 2/26/2024
4.4.0 262,463 1/23/2024
4.3.0 254,254 12/23/2023
4.2.0 383,565 11/9/2023
4.1.2 471 11/9/2023
4.1.1 811,033 8/1/2023
4.1.0 952 8/1/2023
4.0.1 6,832,250 3/28/2022
4.0.0 776,313 1/18/2022
3.3.0 1,132,154 10/29/2021
3.2.0 1,425,232 5/14/2021
3.1.0 559,263 2/13/2021
3.0.1 642,622 10/9/2020
3.0.0 198,384 8/20/2020
2.0.0 95,290 7/22/2020
1.5.0 918,678 4/29/2020
1.4.2 117,278 3/16/2020
1.4.1 93,164 2/13/2020
1.4.0 4,635 2/13/2020
1.3.3 67,109 1/18/2020
1.3.2 9,846 1/3/2020
1.3.1 69,535 11/15/2019
1.2.9 217,642 7/11/2019
1.2.8 93,328 2/11/2019
1.2.7 9,624 2/4/2019
1.2.6 3,053 1/24/2019
1.2.5 6,371 1/23/2019
1.2.4 474,215 11/26/2018
1.2.3 202,462 12/4/2017
1.2.2 2,743 12/1/2017
1.2.1 2,283 11/13/2017
1.2.0 1,930 11/13/2017
1.1.1 17,062 9/27/2017
1.1.0 1,557 9/26/2017
1.0.3 1,824 9/22/2017
1.0.2 1,904 9/22/2017
1.0.1 1,917 9/22/2017
1.0.0 23,007 9/12/2017

OutOfRange refactored to generic; custom expression-based guards added; NoEnumeration attribute applied