This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
Breaking changes
All extension methods now return Task<T>
instead of the previous T
. Consumers should make use of the newly available async/await pattern or suffix .Result
to each call to restore previous behaviour