You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added helpers to `DelegateHelpers` class to convert delegates with synchronous signature to their asynchronous counterparts
7
+
* Added support of async enumerator to `SingletonList<T>`
8
+
* Fixed exception propagation in `DynamicTaskAwaitable`
9
+
* Added support of [ConfigureAwaitOptions](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.configureawaitoptions) to `DynamicTaskAwaitable`
* Added helpers to `DelegateHelpers` class to convert delegates with synchronous signature to their asynchronous counterparts
51
+
* Added support of async enumerator to `SingletonList<T>`
52
+
* Fixed exception propagation in `DynamicTaskAwaitable`
53
+
* Added support of [ConfigureAwaitOptions](https://learn.microsoft.com/en-us/dotnet/api/system.threading.tasks.configureawaitoptions) to `DynamicTaskAwaitable`
0 commit comments