Ardalis.GuardClauses 1.0.3

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

A simple package with guard clause helper methods. See docs for how to extend using your own extension methods.

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.  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. 
.NET Core netcoreapp1.0 was computed.  netcoreapp1.1 was computed.  netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard1.4 is compatible.  netstandard1.5 was computed.  netstandard1.6 was computed.  netstandard2.0 was computed.  netstandard2.1 was computed. 
.NET Framework 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 tizen30 was computed.  tizen40 was computed.  tizen60 was computed. 
Universal Windows Platform uap was computed.  uap10.0 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 (201)

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

Package Downloads
Een.Common

Nuget package for common helpers and enums

Ardalis.SharedKernel

An example shared kernel project/package for use with Ardalis.CleanArchitecture template. You should probably replace this with your own package!

Serilog.UI

Simple web UI for several Serilog sinks.

Serilog.UI.MsSqlServerProvider

Microsoft SQL Server data provider for Serilog UI.

mmx.utils

Package Description

GitHub repositories (24)

Showing the top 20 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 proven Clean Architecture Template for ASP.NET Core 9
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
rnwood/smtp4dev
smtp4dev - the fake smtp email server for development and testing
ardalis/SmartEnum
A base class for quickly and easily creating strongly typed enum replacements in C#.
meysamhadeli/monolith-to-cloud-architecture
A practical architecture styles for migrating from monolith to modern cloud native application with the latest technologies and architectures like Vertical Slice Architecture, Event Sourcing, CQRS, DDD, gRpc, MongoDB, RabbitMq, and Masstransit in .Net 9.
CodeMazeBlog/CodeMazeGuides
The main repository for all the Code Maze guides
ardalis/CleanArchitecture.WorkerService
A solution template using Clean Architecture for building a .NET Core Worker Service.
ardalis/ddd-guestbook
A DDD guestbook example written for ASP.NET Core
flyingpie/windows-terminal-quake
Enable Quake-style dropdown for (almost) any application.
mehdihadeli/food-delivery-modular-monolith
🌭 A practical and imaginary food and grocery delivery modular monolith, built with .Net 8, Domain-Driven Design, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
meysamhadeli/booking-modular-monolith
Practical Modular Monolith, built with .Net 9, DDD, CQRS, Vertical Slice Architecture, Event-Driven Architecture, and the latest technologies.
jasontaylordev/RapidBlazor
Clean Architecture Solution Template for Blazor WebAssembly .NET 7
JasonBock/Rocks
A mocking library based on the Compiler APIs (Roslyn + Mocks)
NimblePros/eShopOnWeb
Sample ASP.NET Core 9.0 reference application, powered by Microsoft, demonstrating a domain-centric application architecture with monolithic deployment model.
serilog-contrib/serilog-ui
Simple Serilog log viewer UI for several sinks.
MicrosoftLearning/eShopOnWeb
Repository maintained by AZ-400 course and Learn content community. Project used for AZ-400 Labs. Forked from: https://github.com/dotnet-architecture/eShopOnWeb Sample - ASP.NET Core 8.0 reference application, powered by Microsoft, demonstrating a layered application architecture with monolithic deployment model.
ardalis/Ardalis.Extensions
Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.
DevBetterCom/DevBetterWeb
A simple web application for devBetter
kedzior-io/astro-architecture
Astro Architecture Solution Template .NET9
Version Downloads Last updated
5.0.0 2,300,509 7 months ago
4.6.0 1,667,895 10 months ago
4.5.0 2,789,215 2/26/2024
4.4.0 711,147 1/23/2024
4.3.0 591,834 12/23/2023
4.2.0 869,754 11/9/2023
4.1.2 5,460 11/9/2023
4.1.1 1,382,483 8/1/2023
4.1.0 5,946 8/1/2023
4.0.1 10,490,030 3/28/2022
4.0.0 914,228 1/18/2022
3.3.0 1,319,444 10/29/2021
3.2.0 1,596,808 5/14/2021
3.1.0 624,168 2/13/2021
3.0.1 694,444 10/9/2020
3.0.0 211,981 8/20/2020
2.0.0 100,222 7/22/2020
1.5.0 1,080,442 4/29/2020
1.4.2 131,710 3/16/2020
1.4.1 101,078 2/13/2020
1.4.0 5,664 2/13/2020
1.3.3 77,416 1/18/2020
1.3.2 10,425 1/3/2020
1.3.1 73,833 11/15/2019
1.2.9 240,888 7/11/2019
1.2.8 95,855 2/11/2019
1.2.7 9,781 2/4/2019
1.2.6 3,684 1/24/2019
1.2.5 6,508 1/23/2019
1.2.4 502,995 11/26/2018
1.2.3 251,571 12/4/2017
1.2.2 2,978 12/1/2017
1.2.1 2,532 11/13/2017
1.2.0 2,189 11/13/2017
1.1.1 17,451 9/27/2017
1.1.0 1,761 9/26/2017
1.0.3 2,076 9/22/2017
1.0.2 2,166 9/22/2017
1.0.1 2,185 9/22/2017
1.0.0 48,900 9/12/2017

Added OutOfRange guard.