Skip to content

Commit

Permalink
Added Repository Metadata
Browse files Browse the repository at this point in the history
TheCodeTraveler committed Jul 30, 2019

Verified

This commit was signed with the committer’s verified signature.
rockerBOO Dave Lage
1 parent e768a96 commit afdb443
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Src/AsyncAwaitBestPractices.MVVM.nuspec
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
- Added support for `Exception innerException` to `InvalidCommandParameterException`
- Breaking Change: Changed default value to `continueOnCapturedContext = false`. This improves performance by not requiring a context switch when `.SafeFireAndForget()` and `IAsyncCommand` have completed.
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="e768a96e2ceddc7644eee54d60cbd9343ca857b7" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
</metadata>
<files>
1 change: 1 addition & 0 deletions Src/AsyncAwaitBestPractices.nuspec
Original file line number Diff line number Diff line change
@@ -25,6 +25,7 @@
- Added `SafeFireAndForgetExtensions.Initialize(bool shouldAlwaysRethrowException = false)`. When set to `true` will rethrow every exception caught by `SafeFireAndForget`. Warning: `SafeFireAndForgetExtensions.Initialize(true)` is only recommended for DEBUG environments.
- Breaking Change: Changed default value to `continueOnCapturedContext = false`. This improves performance by not requiring a context switch when `.SafeFireAndForget()` has completed.
</releaseNotes>
<repository type="git" url="https://github.com/brminnick/AsyncAwaitBestPractices.git" branch="master" commit="e768a96e2ceddc7644eee54d60cbd9343ca857b7" />
<copyright>Copyright (c) 2018 Brandon Minnick</copyright>
</metadata>
<files>

0 comments on commit afdb443

Please sign in to comment.