Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 8, 2022

Bumps CommunityToolkit.Mvvm from 8.0.0-preview3 to 8.0.0-preview4.

Release notes

Sourced from CommunityToolkit.Mvvm's releases.

8.0.0 Preview 4

Changes:

Breaking Changes 💥:

  • #292: Add FlowExceptionsToTaskScheduler command option
  • #288: Rename attributes, enable class-level support
    • [AlsoNotifyChangeFor] ---> [NotifyPropertyChangedFor]
    • [AlsoNotifyCanExecuteFor] ---> [NotifyCanExecuteChangedFor]
    • [AlsoValidateProperty] ---> [NotifyDataErrorInfo]
    • [AlsoBroadcastChange] ---> [NotifyPropertyChangeRecipients]
    • [ICommand] ---> [RelayCommand]
  • #248: Block [ObservableProperty] on properties causing conflicts

Improvements ✨:

  • #285: Properly forward nullability annotations for [ICommand]
  • #277: Add diagnostic for duplicate ICommand-s in base types
  • #279: Add support for "On" prefix for command methods
  • #284: Use ".g.cs" extension for all generated files
  • #267: Add [AlsoValidateProperty] attribute

Bugs 🐛:

  • #254: Latest preview assemblies are not signed
  • #224: [ObservableProperty] Mvvm SourceGenerator does not work for Generics

Others:

  • #290: Update Company and Authors metadata items
  • #289: Strong-name sign assemblies
  • #275: Fix ICommand generator with inherited CanExecute members
  • #276: Fix source generators for types in global namespace
  • #278: Enable trim analyzers in MVVM Toolkit again
  • #281: Remove temporary strings in source generators formatting
  • #237: Typos
  • #258: Fix [ICommand] CanExecute with inherited generated property
  • #261: Fix build errors with generic generation target types
  • #260: Disable source generators for abstract types
  • #250: Fix [AlsoBroadcastChange] not working when followed by other attributes
  • #249: Make source generators culture invariant
  • #247: Remove [Conditional] from MVVM Toolkit attributes
  • #236: Fix ObservableValidator duplicate generated partial declarations
  • #211: Fix generation of nested types that are not classes

This list of changes was auto generated.

Commits
  • 464e331 Update System.Memory NuGet package to 4.5.5
  • a231298 Merge pull request #290 from CommunityToolkit/dev/update-assembly-metadata
  • de561c9 Merge pull request #292 from CommunityToolkit/dev/async-command-options
  • 612055b Add async void notes in AsyncRelayCommand
  • 5a0c5ee Add two missing ConfigureAwait(false) calls
  • fdda4c6 Add more unit tests for synchronous exceptions
  • 923d479 Add unit tests for exception flow generator option
  • 0d7ec7a Add FlowExceptionsToTaskScheduler generator support
  • 799558c Add unit tests for throwing async commands
  • dba9c41 Implement FlowExceptionsToTaskScheduler option
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)

Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.0.0-preview3 to 8.0.0-preview4.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases)
- [Commits](CommunityToolkit/dotnet@v8.0.0-preview3...v8.0.0-preview4)

---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 8, 2022
@yaira2 yaira2 merged commit a064d77 into main Jun 8, 2022
@dependabot dependabot bot deleted the dependabot/nuget/CommunityToolkit.Mvvm-8.0.0-preview4 branch June 8, 2022 14:07
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.

1 participant