corvus-dotnet/Corvus.Extensions

Improve efficiency of CastWithConversion() extension method in TaskExtensions.cs

Opened this issue · 0 comments

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.