AsyncAwaitBestPractices v5.0.2 Release Notes

Release Date: 2020-11-02 // over 3 years ago
  • ๐Ÿ†• New in this Release:

    • ๐ŸŽ WeakEventManager performance improvements by implementing ValueTuple
    • โž• 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 (implement ValueTuple)
    • โž• Add SourceLink