Skip to content

v2.0.0

Compare
Choose a tag to compare
@brminnick brminnick released this 19 Dec 16:11

New In This Release:

  • Performance Improvements for SafeFireAndForget
  • IAsyncCommand
  • Breaking Change: The constructor for AsyncCommand now requires the parameter Func<Task> execute to be non-null
  • Breaking Change: The constructor for AsyncCommand now requires the parameter Funct<T, Task> execute to be non-null
  • Breaking Change: IAsyncCommand.Execute(object parameter) has been changed to IAsyncCommand.Execute(). If a parameter is required, use IAsyncCommand.Execute(T parameter).