Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

v5.0.0-Df

Compare
Choose a tag to compare
@samaysar samaysar released this 23 Sep 12:26
· 77 commits to develop since this release

Changes to Dot.Net.DevFast 5.0.0

  1. Change/Fix - IConsumer interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
  2. Change/Fix - IProducer interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
  3. Change/Fix - IPpcFeed interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
  4. New feature - AwaitNDispose and AwaitNDisposeAsync are added as extension on Task for both IDisposable and IAsyncDisposable params.
  5. New feature - AsTaskResultAsync has been added to convert any object as an awaitable task result.
  6. New feature - StartIfNeeded is added as an extension on Task.