escendit / rabbitmq-dotnet-extensions

RabbitMQ Client Extensions for .NET and Orleans
MIT License
1 stars 2 forks source link

chore(deps): Bump Microsoft.Orleans.Core from 7.1.2 to 7.2.2 #28

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps Microsoft.Orleans.Core from 7.1.2 to 7.2.2.

Release notes

Sourced from Microsoft.Orleans.Core's releases.

v7.2.2

What's Changed

New Contributors

... (truncated)

Commits
  • bf0112d In GrainDirectoryResolver, replace HasNonDefaultDirectory with IsUsingDhtDire...
  • e0b65b3 ORLEANS0005 message arg fix (#8642)
  • a4f697d Update state storage to use IActivator<T> instead of Activator.CreateInstance...
  • 5485021 Do not override deactivation reason when activation registration fails due to...
  • e498ee7 Ensure reminder services are added when adding Redis reminders (#8629)
  • 28256db Address all IDE0251 warnings and naming inconsistencies. (#8617)
  • 7bd86bf Address all IDE0049. Use language keywords instead of framework type names fo...
  • c68d1fd Address all IDE0034 warnings. Simplify default expressions (#8607)
  • 27e71a3 Address all IDE0057, use range operator - simplify slice. (#8618)
  • 163b935 Address all IDE0040 warnings. Explicitly provide access modifiers. (#8609)
  • 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 show 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)
dependabot[bot] commented 8 months ago

Superseded by #32.