AsyncAwaitBestPractices v5.0.2 Release Notes
Release Date: 2020-11-02 // about 4 years ago-
๐ 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
- ๐
Previous changes from 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
- โ Add