Releases: brminnick/AsyncAwaitBestPractices
Releases · brminnick/AsyncAwaitBestPractices
v4.1.1-pre1
New In This Release:
- Add Extension Methods Without
in
Keyword (provides support for older versions of Visual Studio)
v4.1.0
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
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
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
New In This Release:
- Added Support for
ValueTask
inSafeFireAndForget
- Added Support for
ValueTask
- Added
IAsyncValueCommand : ICommand
- Added
AsyncValueCommand : IAsyncValueCommand
- Added
IAsyncValueCommand<T>; : ICommand
- Added
AsyncValueCommand<T>; : IAsyncValueCommand<T>
- Added
RaiseCanExecuteChanged
toIAsyncCommand
andIAsyncValueCommand
v4.0.0-pre3
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
toIAsyncCommand
andIAsyncValueCommand
v4.0.0-pre2
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
New In This Release:
- Support for ValueTask
v3.1.0
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
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