Ardalis.GuardClauses
4.0.1
Install-Package Ardalis.GuardClauses -Version 4.0.1
dotnet add package Ardalis.GuardClauses --version 4.0.1
<PackageReference Include="Ardalis.GuardClauses" Version="4.0.1" />
paket add Ardalis.GuardClauses --version 4.0.1
#r "nuget: Ardalis.GuardClauses, 4.0.1"
// Install Ardalis.GuardClauses as a Cake Addin
#addin nuget:?package=Ardalis.GuardClauses&version=4.0.1
// Install Ardalis.GuardClauses as a Cake Tool
#tool nuget:?package=Ardalis.GuardClauses&version=4.0.1
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 | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.5.1
- JetBrains.Annotations (>= 2021.3.0)
-
.NETStandard 2.0
- JetBrains.Annotations (>= 2021.3.0)
-
net6.0
- JetBrains.Annotations (>= 2021.3.0)
NuGet packages (73)
Showing the top 5 NuGet packages that depend on Ardalis.GuardClauses:
Package | Downloads |
---|---|
Een.Common
Nuget package for common helpers and enums |
|
NinjaTools.FluentMockServer
A C# Client for the MockServer Docker Image |
|
M5x.Ardalis
Package Description |
|
EXCSLA.Shared.Core
A Domain Driven shared library, containing basic components for setting up a domain. Contains base classes for AggregateRoots, Entities, and value objects. These each have proper overrides for Equals, ==, and !=. This package also includes interfaces for setting up domain events as well as interfaces for using a repository pattern. This is an open source project please feel free to do a pull request on the github repo. |
|
Xdot.Core
Core helper extensions and utilities. |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on Ardalis.GuardClauses:
Repository | Stars |
---|---|
ardalis/CleanArchitecture
Clean Architecture Solution Template: A starting point for Clean Architecture with ASP.NET Core
|
|
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 6.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
|
|
ardalis/Specification
Base class with tests for adding specifications to a DDD model
|
|
ardalis/ddd-guestbook
A DDD guestbook example written for ASP.NET Core
|
Version | Downloads | Last updated |
---|---|---|
4.0.1 | 110,408 | 3/28/2022 |
4.0.0 | 229,207 | 1/18/2022 |
3.3.0 | 379,066 | 10/29/2021 |
3.2.0 | 832,515 | 5/14/2021 |
3.1.0 | 395,336 | 2/13/2021 |
3.0.1 | 484,259 | 10/9/2020 |
3.0.0 | 160,342 | 8/20/2020 |
2.0.0 | 86,900 | 7/22/2020 |
1.5.0 | 508,235 | 4/29/2020 |
1.4.2 | 86,217 | 3/16/2020 |
1.4.1 | 63,503 | 2/13/2020 |
1.4.0 | 857 | 2/13/2020 |
1.3.3 | 48,043 | 1/18/2020 |
1.3.2 | 8,131 | 1/3/2020 |
1.3.1 | 54,868 | 11/15/2019 |
1.2.9 | 183,811 | 7/11/2019 |
1.2.8 | 81,844 | 2/11/2019 |
1.2.7 | 5,365 | 2/4/2019 |
1.2.6 | 1,733 | 1/24/2019 |
1.2.5 | 5,610 | 1/23/2019 |
1.2.4 | 353,383 | 11/26/2018 |
1.2.3 | 134,652 | 12/4/2017 |
1.2.2 | 1,765 | 12/1/2017 |
1.2.1 | 1,432 | 11/13/2017 |
1.2.0 | 1,070 | 11/13/2017 |
1.1.1 | 15,844 | 9/27/2017 |
1.1.0 | 744 | 9/26/2017 |
1.0.3 | 997 | 9/22/2017 |
1.0.2 | 1,064 | 9/22/2017 |
1.0.1 | 1,090 | 9/22/2017 |
1.0.0 | 2,493 | 9/12/2017 |
Add more support for CallerArgumentExpression.