This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
v5.0.0-Df
Changes to Dot.Net.DevFast 5.0.0
- Change/Fix - IConsumer interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
- Change/Fix - IProducer interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
- Change/Fix - IPpcFeed interface extends IAsyncDisposable in .Net Standard 2.1 and IDisposable in older .Net Frameworks
- New feature - AwaitNDispose and AwaitNDisposeAsync are added as extension on Task for both IDisposable and IAsyncDisposable params.
- New feature - AsTaskResultAsync has been added to convert any object as an awaitable task result.
- New feature - StartIfNeeded is added as an extension on Task.