Ardalis.Extensions icon indicating copy to clipboard operation
Ardalis.Extensions copied to clipboard

Some random C# extension methods I've found useful. Published as Ardalis.Extensions on Nuget.

Results 6 Ardalis.Extensions issues
Sort by recently updated
recently updated
newest added

At the moment, our implementation of `ForEach` can only be used as the only or last step in a LINQ operations pipeline as it forces the execution of the chain...

https://stackoverflow.com/questions/47815660/does-c-sharp-7-have-array-enumerable-destructuring

enhancement
help wanted
hacktoberfest

This change minimizes `string.Repeat` allocations via the `SpanAction` `string.Create` overload and gives a slight speed boost. This implementation of the string repeat extension uses the `string.Create` overload that takes a...

Show basic usage of each extension in the README. Organize using same organization as folder structure of code. Show how to perform the operation without the extension, and then what...

documentation
enhancement
good first issue
hacktoberfest

See here: https://github.com/ardalis/GuardClauses/tree/main/.github/workflows

enhancement
help wanted
good first issue