Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump AsyncAwaitBestPractices.MVVM from 6.0.6 to 7.0.0 in /Source #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 15, 2023

Bumps AsyncAwaitBestPractices.MVVM from 6.0.6 to 7.0.0.

Release notes

Sourced from AsyncAwaitBestPractices.MVVM's releases.

v7.0.0

.NET 8.0 + ConfigureAwaitOptions Support

In this release, we add .NET 8.0 as a target framework 馃帀

We've also added support to .SafeFireAndForget() for ConfigureAwaitOptions:

public static void SafeFireAndForget(this System.Threading.Tasks.Task task, ConfigureAwaitOptions configureAwaitOptions, Action<Exception>? onException = null)

.NET 8.0 Introduces ConfigureAwaitOptions that allow users to customize the behavior when awaiting:

  • ConfigureAwaitOptions.None
    • No options specified
  • ConfigureAwaitOptions.SuppressThrowing
    • Avoids throwing an exception at the completion of awaiting a Task that ends in the Faulted or Canceled state
  • ConfigureAwaitOptions.ContinueOnCapturedContext
    • Attempts to marshal the continuation back to the original SynchronizationContext or TaskScheduler present on the originating thread at the time of the await
  • ConfigureAwaitOptions.ForceYielding
    • Forces an await on an already completed Task to behave as if the Task wasn't yet completed, such that the current asynchronous method will be forced to yield its execution

What's Changed

Housekeeping

... (truncated)

Commits
  • d9989dd Update to .NET 8.0 GA (#190)
  • b65b5ff Bump CommunityToolkit.Maui.Markup from 3.3.0 to 3.3.1 (#191)
  • 6ef4fe6 Add Support for ConfigureAwaitOptions in .NET 8 (#189)
  • 0be41b3 Bump Microsoft.NET.Test.Sdk from 17.7.2 to 17.8.0 (#188)
  • c594df8 Bump Microsoft.Maui.Controls from 8.0.0-rc.2.9511 to 8.0.0-rc.2.9530 (#187)
  • 058292f Bump NUnit from 3.13.3 to 3.14.0 (#186)
  • 4b3e7b6 Bump CommunityToolkit.Maui from 6.0.0 to 6.1.0 (#185)
  • 2e4309d Bump Microsoft.Maui.Controls from 8.0.0-rc.2.9373 to 8.0.0-rc.2.9511 (#183)
  • 805c730 Bump CommunityToolkit.Mvvm from 8.2.1 to 8.2.2 (#182)
  • cdce1f5 Increase to .NET 8 RC 2
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [AsyncAwaitBestPractices.MVVM](https://github.com/brminnick/AsyncAwaitBestPractices) from 6.0.6 to 7.0.0.
- [Release notes](https://github.com/brminnick/AsyncAwaitBestPractices/releases)
- [Commits](brminnick/AsyncAwaitBestPractices@v6.0.6...7.0.0)

---
updated-dependencies:
- dependency-name: AsyncAwaitBestPractices.MVVM
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants