Corvus.Extensions
Corvus.Extensions copied to clipboard
Useful C# extension methods and utilities. Sponsored by endjin.
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.