12f4bf88288c52fb8dc85de92e8982e5575269d8
The `TaskSyncExtensions` class and its methods (`Sync` and `Sync<TResult>`) have been marked as `[System.Obsolete]`. These methods are no longer recommended due to the risk of deadlocks and unexpected behavior caused by synchronous blocking. Developers are advised to use `async/await` patterns instead. The warning messages indicate that these methods will be removed in a future release.
Description
Languages
C#
100%