Releases: TheCodeTraveler/AsyncAwaitBestPractices
Releases · TheCodeTraveler/AsyncAwaitBestPractices
v5.1.0
New in this Release:
- Improve Nullability using additional support for nullable generics introduced in C# 9.0
v5.0.2
New in this Release:
WeakEventManager
performance improvements by implementingValueTuple
- Add
IAsyncCommand<TExecute, TCanExecute>;
- Add
IAsyncValueCommand<TExecute, TCanExecute>
- Add
AsyncCommand<TExecute, TCanExecute>
- Add
AsyncValueCommand<TExecute, TCanExecute>
- SourceLink
- Support for .NET 5
v5.0.1
New in this Release:
WeakEventManager
performance improvements by implementingValueTuple
- Add
IAsyncCommand<TExecute, TCanExecute>;
- Add
IAsyncValueCommand<TExecute, TCanExecute>
- Add
AsyncCommand<TExecute, TCanExecute>
- Add
AsyncValueCommand<TExecute, TCanExecute>
- SourceLink
- Support for .NET 5
v5.0.0
New in this Release:
WeakEventManager
performance improvements by implementingValueTuple
- Add
IAsyncCommand<TExecute, TCanExecute>;
- Add
IAsyncValueCommand<TExecute, TCanExecute>
- Add
AsyncCommand<TExecute, TCanExecute>
- Add
AsyncValueCommand<TExecute, TCanExecute>
- SourceLink
- Support for .NET 5
v5.0.0-pre2
New In This Release:
- Add
IAsyncCommand<TExecute, TCanExecute>
- Add
IAsyncValueCommand<TExecute, TCanExecute>
- Add
AsyncCommand<TExecute, TCanExecute>
- Add
AsyncValueCommand<TExecute, TCanExecute>
WeakEventManager
performance improvements (implementValueTuple
)- Add SourceLink
v5.0.0-pre1
New In This Release:
- Add
IAsyncCommand<TExecute, TCanExecute>
- Add
IAsyncValueCommand<TExecute, TCanExecute>
- Add
AsyncCommand<TExecute, TCanExecute>
- Add
AsyncValueCommand<TExecute, TCanExecute>
WeakEventManager
performance improvements (implementValueTask
)
v4.3.0
New In This Release:
- Add support for Dynamic Methods
v4.3.0-pre1
New In This Release:
- Add support for Dynamic Methods
v4.2.0
New In This Release:
- Deprecate WeakEventManager.HandleEvent API, replacing it with WeakEventManager.RaiseEvent
v4.1.1
New In This Release:
- Add Extension Methods Without
in
Keyword (provides support for older versions of Visual Studio)