Skip to content

v1.5

Compare
Choose a tag to compare
@picolino picolino released this 01 Jun 04:52
· 9 commits to master since this release
90944f5

WARNING - Possibly Breaking Change!

  • Improve async performance by using ConfigureAwait(false) construction

If you use any UI in your application and perform UI update somewhere inside that library (in the custom cache, for example) - you should not do that because now it is no guarantee that called thread will not change inside library methods calls

Other Changes

  • Retarget tests project to dotnet 6.0

Full Changelog: v1.4...v1.5