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

Useful C# extension methods and utilities. Sponsored by endjin.

Results 17 Corvus.Extensions issues
Sort by recently updated
recently updated
newest added

This does not do anything you cannot achieve with C#'s built-in cast operator.

This uses reflection to look up the result property every time. It also uses CastTo.From to perform the conversion, which is no longer useful in modern .NET.

E.g., `DistinctBy` is now built into .NET.

In https://github.com/corvus-dotnet/Corvus.Extensions/pull/53#pullrequestreview-344062016 @mwadams asked me to remove all `ConfigureAwait(false)` calls in specs. However, on further discussion, we now suspect this is no longer required. So we're going to try without...

Our `` and `` entrys are all currently empty. This means the components are not as discoverable as they could be.

IMM

Last review was #51, completed on 16th March 2020

IMM

Baseline GC and perf

IMM