GuardClauses icon indicating copy to clipboard operation
GuardClauses copied to clipboard

A simple package with guard clause extensions.

Results 32 GuardClauses issues
Sort by recently updated
recently updated
newest added
trafficstars

PR regarding dicussion 226: https://github.com/ardalis/GuardClauses/discussions/226 I've created the async overloads and UnitTests for it.

See: https://github.com/ardalis/GuardClauses/discussions/216 Remove the dependency on the JetBrains nullable attribute(s). If this would break your use of this library, comment here.

Bumps [altcover](https://github.com/SteveGilham/altcover) from 8.3.838 to 8.3.839. Release notes Sourced from altcover's releases. Habu series release 15 8.3.839 [BUGFIX] -- Issue #161: Add retry logic to ContingentCopy task [BUGFIX] -- Issue...

dependencies
.NET

Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.9 to 5.1.10. Release notes Sourced from ReportGenerator's releases. ReportGenerator_5.1.10 This release requires .NET 4.7 or .NET Core 3.1/5.x/6.x. Changes: #534: Added report types: TextDeltaSummary, MarkdownDeltaSummary #536:...

dependencies
.NET

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.1. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.1 See the release notes here. v17.3.0 See the release notes here. v17.3.0-preview-20220612-01 See the release notes here....

dependencies
.NET

We want to validate inputs that are reference type - is there a reason not supporting it looked at the build in guards and could not find something supporting expression...

I am in the process of looking for a nice guard clause library using the newer feature of CallerArgumentExpressionAttribute. It almost seemed I found it here. When I did my...

I think this is due to multi-targeting. https://github.com/ardalis/GuardClauses/actions/runs/7564844299/job/20599626486?pr=335 Need to set a value in the build - not sure where/how. Will look into it soon but this is blocking the...

help wanted

Add a Guard.Against.Invalid() that takes in a fluent validator type and performs something like: ```csharp validator!.ValidateAndThrow(input); ``` This would need to go into a new package, Ardalis.GuardClauses.FluentValidation