41db75b183e7add5e2bb375e4a117f6d8f459424
Introduced TaskSyncExtensions class with Sync extension methods to allow synchronous execution of Task and Task<TResult> instances. This enables blocking on async code and is conditionally compiled for .NET Framework builds.
Description
Languages
C#
100%