Skip to content

Releases: brminnick/AsyncAwaitBestPractices

v4.1.1-pre1

01 Apr 22:01
e0e50bd
Compare
Choose a tag to compare
v4.1.1-pre1 Pre-release
Pre-release

New In This Release:

  • Add Extension Methods Without in Keyword (provides support for older versions of Visual Studio)

v4.1.0

30 Jan 03:12
Compare
Choose a tag to compare

New In This Release:

  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Unseal AsyncCommand
  • Unseal AsyncCommand
  • Unseal AsyncValueCommand
  • Unseal AsyncValueCommand
  • Include Assembly Signing

v4.1.0-pre2

07 Jan 18:12
Compare
Choose a tag to compare
v4.1.0-pre2 Pre-release
Pre-release

New In This Release:

  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Unseal AsyncCommand
  • Unseal AsyncCommand
  • Unseal AsyncValueCommand
  • Unseal AsyncValueCommand
  • Include Assembly Signing

v4.1.0-pre1

19 Dec 19:30
Compare
Choose a tag to compare
v4.1.0-pre1 Pre-release
Pre-release

New In This Release:

  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Add SafeFireAndForget(Action onException, bool continueOnCapturedContext)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Obsolete: SafeFireAndForget(bool continueOnCapturedContext, Action onException)
  • Unseal AsyncCommand
  • Unseal AsyncCommand
  • Unseal AsyncValueCommand
  • Unseal AsyncValueCommand

v4.0.1

13 Dec 17:18
Compare
Choose a tag to compare

New In This Release:

  • Added Support for ValueTask in SafeFireAndForget
  • Added Support for ValueTask
  • Added IAsyncValueCommand : ICommand
  • Added AsyncValueCommand : IAsyncValueCommand
  • Added IAsyncValueCommand<T>; : ICommand
  • Added AsyncValueCommand<T>; : IAsyncValueCommand<T>
  • Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand

v4.0.0-pre3

29 Nov 17:50
Compare
Choose a tag to compare
v4.0.0-pre3 Pre-release
Pre-release

New In This Release:

  • Added Support for ValueTask in SafeFireAndForget
  • Added Support for ValueTask
  • Added IAsyncValueCommand : ICommand
  • Added AsyncValueCommand : IAsyncValueCommand
  • Added IAsyncValueCommand<T>; : ICommand
  • Added AsyncValueCommand<T>; : IAsyncValueCommand<T>
  • Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand

v4.0.0-pre2

07 Nov 01:50
Compare
Choose a tag to compare
v4.0.0-pre2 Pre-release
Pre-release

New In This Release:

  • Added Support for ValueTask in SafeFireAndForget
  • Added Support for ValueTask
  • Added IAsyncValueCommand : ICommand
  • Added AsyncValueCommand : IAsyncValueCommand
  • Added IAsyncValueCommand<T>; : ICommand
  • Added AsyncValueCommand<T>; : IAsyncValueCommand<T>
  • Added RaiseCanExecuteChanged to IAsyncCommand and IAsyncValueCommand

v4.0.0-pre1

07 Nov 00:50
Compare
Choose a tag to compare
v4.0.0-pre1 Pre-release
Pre-release

New In This Release:

  • Support for ValueTask

v3.1.0

28 Aug 01:08
3a9522e
Compare
Choose a tag to compare

New In This Release:
- Added SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling
- Fixed InvalidHandleEventException bug when using the incorrect overload for WeakEventManager<T>.HandleEvent
- Fixed NullReferenceException when calling ICommand.Execute
- Improved .NET Standard Dependency to .NET Standard 1.0

v3.1.0-pre5

20 Aug 02:06
Compare
Choose a tag to compare
v3.1.0-pre5 Pre-release
Pre-release

New In This Release:

  • Added SafeFireAndForgetExtensions.RemoveDefaultExceptionHandling
  • Fixed InvalidHandleEventException bug when using the incorrect overload for WeakEventManager<T>.HandleEvent
  • Fixed NullReferenceException when called ICommand.Execute
  • Improved .NET Standard Dependency to .NET Standard 1.0