build(deps): bump Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.ObjectPool, Microsoft.Extensions.Options, Microsoft.Orleans.Core, Microsoft.Orleans.Core.Abstractions, Microsoft.Orleans.OrleansProviders, Microsoft.Orleans.Runtime.Abstractions and System.Text.Json
Bumps Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.ObjectPool, Microsoft.Extensions.Options, Microsoft.Orleans.Core, Microsoft.Orleans.Core.Abstractions, Microsoft.Orleans.OrleansProviders, Microsoft.Orleans.Runtime.Abstractions and System.Text.Json. These dependencies needed to be updated together.
Updates Microsoft.Extensions.DependencyInjection from 6.0.0 to 6.0.0
Commits
- See full diff in compare view
Updates Microsoft.Extensions.DependencyModel from 6.0.0 to 6.0.0
Commits
- See full diff in compare view
Updates Microsoft.Extensions.Hosting.Abstractions from 6.0.0 to 6.0.0
Commits
- See full diff in compare view
Updates Microsoft.Extensions.Logging from 6.0.0 to 6.0.0
Commits
- See full diff in compare view
Updates Microsoft.Extensions.Logging.Abstractions from 6.0.1 to 6.0.0
Commits
4822e3cUpdate dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...bf20df1[release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...de75159[release/6.0] Create a parent CMake project for building app bundles on CI (#...8da5835[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)6f41165[release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...c86a857[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...80ed1bd[release/6.0] Don't special case "Experimental" projects (#60643)263945a[release/6.0] Fix stable builds for some transport packages (#60635)034f191Update mac installers location string (#60500)7907830[release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...- Additional commits viewable in compare view
Updates Microsoft.Extensions.ObjectPool from 6.0.7 to 6.0.0
Commits
ae1a6cbEnsure view caches are cleared when RazorHotReload.ClearCache is invoked (#37...7c57ecbUpdate dependencies from https://github.com/dotnet/efcore build 20211023.1 (#...6fb6d9fUpdate dependencies from https://github.com/dotnet/runtime build 20211022.10 ...97e1afaUpdate dependencies from https://github.com/dotnet/runtime build 20211022.8 (...d67b17cUpdate dependencies from https://github.com/dotnet/efcore build 20211021.5 (#...7a869ccUpdate dependencies from https://github.com/dotnet/runtime build 20211021.6 (...a1339baUpdate selenium driver versions (#37766)10d0417Update dependencies from https://github.com/dotnet/efcore build 20211021.4 (#...61feb86Update dependencies from https://github.com/dotnet/runtime build 20211021.4 (...20de863[release/6.0] Update dependencies from dotnet/runtime dotnet/efcore (#37734)- Additional commits viewable in compare view
Updates Microsoft.Extensions.Options from 6.0.0 to 6.0.0
Commits
- See full diff in compare view
Updates Microsoft.Orleans.Core from 3.6.2 to 3.7.2
Release notes
Sourced from Microsoft.Orleans.Core's releases.
v3.7.2
What's Changed
- [3.x] Fix directory/cache validation for defunct silos by
@ReubenBondin dotnet/orleans#8498- [3.x] Fix potential grain timer deadlock during disposal by
@ReubenBondin dotnet/orleans#8949- [3.x] Ensure reminder service is initialized before access by
@ReubenBondin dotnet/orleans#8983Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.1...v3.7.2
v3.7.1
This release fixes a reliability bug in Orleans.Transactions
What's Changed
- [3.x] In TransactionQueue, ensure
readyTaskfailures are recovered from by@ReubenBondin dotnet/orleans#8443Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.0...v3.7.1
v3.7.0
What's Changed
- [3.x] implement cleanup defunct silo entries ado net clustering by
@ElanHassonin dotnet/orleans#7929- Fix serializer classes not being generated for types in methods external to grain implementations. by
@niblakin dotnet/orleans#7963- [3.x] Implement
IGrainActivationContextAccessor, providing access toIGrainActivationContextby@ReubenBondin dotnet/orleans#8076- [3.x] Migrate to build yaml file by
@benjaminpetitin dotnet/orleans#8006- [3.x] Fix version suffix in build.yaml by
@benjaminpetitin dotnet/orleans#8115- [3.x] Fix version prefix during nuget pack by
@benjaminpetitin dotnet/orleans#8165- [3.x] Add CodeQL3000 tasks by
@dougbuin dotnet/orleans#8159- Bumped KubernetesClient to v9.0.38 on Orleans 3.x by
@cdemiin dotnet/orleans#8249- [3.x] Always run scheduled build by
@benjaminpetitin dotnet/orleans#8295- [Backport] Add a catch block in Azure DeleteQueueMessage for 404 error (#7461) (#7508) by
@nzdevin dotnet/orleans#8338- [3.x] Include executables in code signing process by
@ReubenBondin dotnet/orleans#8354New Contributors
@cdemimade their first contribution in dotnet/orleans#8249@nzdevmade their first contribution in dotnet/orleans#8338Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.5...v3.7.0
v3.6.5
What's Changed
- Add azure pipeline yaml file for 3.x to build and test PR by
@benjaminpetitin dotnet/orleans#7914- [3.x] Fix
NullReferenceExceptionwhen too many instances of a[StatelessWorker]are created andDebuglogging is enabled by@ReubenBondin dotnet/orleans#7918- Fix Source Link and packaging by
@ReubenBondin dotnet/orleans#7919Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.4...v3.6.5
v3.6.4
What's Changed
- Fix: GrainDirectoryPartition should allow overwriting an invalid entry by
@benjaminpetitin dotnet/orleans#7905- Remove Directory handoff on silo shutdown by
@benjaminpetitin dotnet/orleans#7909
... (truncated)
Commits
b24e446Ensure reminder service is initialized before use (#8983)b77ce82Fix potential grain timer deadlock during disposal (#8949)0276f18[3.x] Fix directory/cache validation for defunct silos (#8498)f6e3afdIn TransactionQueue, ensure readiness failures are recovered from (#8443)8a93db2[3.x] Include executables in code signing process (#8354)b0935eaBackport dotnet/orleans#7508 (#8338)a7b60bfAlways run scheduled build (#8295)e9de70bBumped KubernetesClient to v9.0.38 (#8249)62336a1[3.x] Add CodeQL3000 tasks (#8159)d2d50d0Add build prefix version in nuget pack (#8165)- Additional commits viewable in compare view
Updates Microsoft.Orleans.Core.Abstractions from 3.6.2 to 3.7.2
Release notes
Sourced from Microsoft.Orleans.Core.Abstractions's releases.
v3.7.2
What's Changed
- [3.x] Fix directory/cache validation for defunct silos by
@ReubenBondin dotnet/orleans#8498- [3.x] Fix potential grain timer deadlock during disposal by
@ReubenBondin dotnet/orleans#8949- [3.x] Ensure reminder service is initialized before access by
@ReubenBondin dotnet/orleans#8983Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.1...v3.7.2
v3.7.1
This release fixes a reliability bug in Orleans.Transactions
What's Changed
- [3.x] In TransactionQueue, ensure
readyTaskfailures are recovered from by@ReubenBondin dotnet/orleans#8443Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.0...v3.7.1
v3.7.0
What's Changed
- [3.x] implement cleanup defunct silo entries ado net clustering by
@ElanHassonin dotnet/orleans#7929- Fix serializer classes not being generated for types in methods external to grain implementations. by
@niblakin dotnet/orleans#7963- [3.x] Implement
IGrainActivationContextAccessor, providing access toIGrainActivationContextby@ReubenBondin dotnet/orleans#8076- [3.x] Migrate to build yaml file by
@benjaminpetitin dotnet/orleans#8006- [3.x] Fix version suffix in build.yaml by
@benjaminpetitin dotnet/orleans#8115- [3.x] Fix version prefix during nuget pack by
@benjaminpetitin dotnet/orleans#8165- [3.x] Add CodeQL3000 tasks by
@dougbuin dotnet/orleans#8159- Bumped KubernetesClient to v9.0.38 on Orleans 3.x by
@cdemiin dotnet/orleans#8249- [3.x] Always run scheduled build by
@benjaminpetitin dotnet/orleans#8295- [Backport] Add a catch block in Azure DeleteQueueMessage for 404 error (#7461) (#7508) by
@nzdevin dotnet/orleans#8338- [3.x] Include executables in code signing process by
@ReubenBondin dotnet/orleans#8354New Contributors
@cdemimade their first contribution in dotnet/orleans#8249@nzdevmade their first contribution in dotnet/orleans#8338Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.5...v3.7.0
v3.6.5
What's Changed
- Add azure pipeline yaml file for 3.x to build and test PR by
@benjaminpetitin dotnet/orleans#7914- [3.x] Fix
NullReferenceExceptionwhen too many instances of a[StatelessWorker]are created andDebuglogging is enabled by@ReubenBondin dotnet/orleans#7918- Fix Source Link and packaging by
@ReubenBondin dotnet/orleans#7919Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.4...v3.6.5
v3.6.4
What's Changed
- Fix: GrainDirectoryPartition should allow overwriting an invalid entry by
@benjaminpetitin dotnet/orleans#7905- Remove Directory handoff on silo shutdown by
@benjaminpetitin dotnet/orleans#7909
... (truncated)
Commits
b24e446Ensure reminder service is initialized before use (#8983)b77ce82Fix potential grain timer deadlock during disposal (#8949)0276f18[3.x] Fix directory/cache validation for defunct silos (#8498)f6e3afdIn TransactionQueue, ensure readiness failures are recovered from (#8443)8a93db2[3.x] Include executables in code signing process (#8354)b0935eaBackport dotnet/orleans#7508 (#8338)a7b60bfAlways run scheduled build (#8295)e9de70bBumped KubernetesClient to v9.0.38 (#8249)62336a1[3.x] Add CodeQL3000 tasks (#8159)d2d50d0Add build prefix version in nuget pack (#8165)- Additional commits viewable in compare view
Updates Microsoft.Orleans.OrleansProviders from 3.6.2 to 3.7.2
Release notes
Sourced from Microsoft.Orleans.OrleansProviders's releases.
v3.7.2
What's Changed
- [3.x] Fix directory/cache validation for defunct silos by
@ReubenBondin dotnet/orleans#8498- [3.x] Fix potential grain timer deadlock during disposal by
@ReubenBondin dotnet/orleans#8949- [3.x] Ensure reminder service is initialized before access by
@ReubenBondin dotnet/orleans#8983Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.1...v3.7.2
v3.7.1
This release fixes a reliability bug in Orleans.Transactions
What's Changed
- [3.x] In TransactionQueue, ensure
readyTaskfailures are recovered from by@ReubenBondin dotnet/orleans#8443Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.0...v3.7.1
v3.7.0
What's Changed
- [3.x] implement cleanup defunct silo entries ado net clustering by
@ElanHassonin dotnet/orleans#7929- Fix serializer classes not being generated for types in methods external to grain implementations. by
@niblakin dotnet/orleans#7963- [3.x] Implement
IGrainActivationContextAccessor, providing access toIGrainActivationContextby@ReubenBondin dotnet/orleans#8076- [3.x] Migrate to build yaml file by
@benjaminpetitin dotnet/orleans#8006- [3.x] Fix version suffix in build.yaml by
@benjaminpetitin dotnet/orleans#8115- [3.x] Fix version prefix during nuget pack by
@benjaminpetitin dotnet/orleans#8165- [3.x] Add CodeQL3000 tasks by
@dougbuin dotnet/orleans#8159- Bumped KubernetesClient to v9.0.38 on Orleans 3.x by
@cdemiin dotnet/orleans#8249- [3.x] Always run scheduled build by
@benjaminpetitin dotnet/orleans#8295- [Backport] Add a catch block in Azure DeleteQueueMessage for 404 error (#7461) (#7508) by
@nzdevin dotnet/orleans#8338- [3.x] Include executables in code signing process by
@ReubenBondin dotnet/orleans#8354New Contributors
@cdemimade their first contribution in dotnet/orleans#8249@nzdevmade their first contribution in dotnet/orleans#8338Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.5...v3.7.0
v3.6.5
What's Changed
- Add azure pipeline yaml file for 3.x to build and test PR by
@benjaminpetitin dotnet/orleans#7914- [3.x] Fix
NullReferenceExceptionwhen too many instances of a[StatelessWorker]are created andDebuglogging is enabled by@ReubenBondin dotnet/orleans#7918- Fix Source Link and packaging by
@ReubenBondin dotnet/orleans#7919Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.4...v3.6.5
v3.6.4
What's Changed
- Fix: GrainDirectoryPartition should allow overwriting an invalid entry by
@benjaminpetitin dotnet/orleans#7905- Remove Directory handoff on silo shutdown by
@benjaminpetitin dotnet/orleans#7909
... (truncated)
Commits
b24e446Ensure reminder service is initialized before use (#8983)b77ce82Fix potential grain timer deadlock during disposal (#8949)0276f18[3.x] Fix directory/cache validation for defunct silos (#8498)f6e3afdIn TransactionQueue, ensure readiness failures are recovered from (#8443)8a93db2[3.x] Include executables in code signing process (#8354)b0935eaBackport dotnet/orleans#7508 (#8338)a7b60bfAlways run scheduled build (#8295)e9de70bBumped KubernetesClient to v9.0.38 (#8249)62336a1[3.x] Add CodeQL3000 tasks (#8159)d2d50d0Add build prefix version in nuget pack (#8165)- Additional commits viewable in compare view
Updates Microsoft.Orleans.Runtime.Abstractions from 3.6.2 to 3.7.2
Release notes
Sourced from Microsoft.Orleans.Runtime.Abstractions's releases.
v3.7.2
What's Changed
- [3.x] Fix directory/cache validation for defunct silos by
@ReubenBondin dotnet/orleans#8498- [3.x] Fix potential grain timer deadlock during disposal by
@ReubenBondin dotnet/orleans#8949- [3.x] Ensure reminder service is initialized before access by
@ReubenBondin dotnet/orleans#8983Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.1...v3.7.2
v3.7.1
This release fixes a reliability bug in Orleans.Transactions
What's Changed
- [3.x] In TransactionQueue, ensure
readyTaskfailures are recovered from by@ReubenBondin dotnet/orleans#8443Full Changelog: https://github.com/dotnet/orleans/compare/v3.7.0...v3.7.1
v3.7.0
What's Changed
- [3.x] implement cleanup defunct silo entries ado net clustering by
@ElanHassonin dotnet/orleans#7929- Fix serializer classes not being generated for types in methods external to grain implementations. by
@niblakin dotnet/orleans#7963- [3.x] Implement
IGrainActivationContextAccessor, providing access toIGrainActivationContextby@ReubenBondin dotnet/orleans#8076- [3.x] Migrate to build yaml file by
@benjaminpetitin dotnet/orleans#8006- [3.x] Fix version suffix in build.yaml by
@benjaminpetitin dotnet/orleans#8115- [3.x] Fix version prefix during nuget pack by
@benjaminpetitin dotnet/orleans#8165- [3.x] Add CodeQL3000 tasks by
@dougbuin dotnet/orleans#8159- Bumped KubernetesClient to v9.0.38 on Orleans 3.x by
@cdemiin dotnet/orleans#8249- [3.x] Always run scheduled build by
@benjaminpetitin dotnet/orleans#8295- [Backport] Add a catch block in Azure DeleteQueueMessage for 404 error (#7461) (#7508) by
@nzdevin dotnet/orleans#8338- [3.x] Include executables in code signing process by
@ReubenBondin dotnet/orleans#8354New Contributors
@cdemimade their first contribution in dotnet/orleans#8249@nzdevmade their first contribution in dotnet/orleans#8338Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.5...v3.7.0
v3.6.5
What's Changed
- Add azure pipeline yaml file for 3.x to build and test PR by
@benjaminpetitin dotnet/orleans#7914- [3.x] Fix
NullReferenceExceptionwhen too many instances of a[StatelessWorker]are created andDebuglogging is enabled by@ReubenBondin dotnet/orleans#7918- Fix Source Link and packaging by
@ReubenBondin dotnet/orleans#7919Full Changelog: https://github.com/dotnet/orleans/compare/v3.6.4...v3.6.5
v3.6.4
What's Changed
- Fix: GrainDirectoryPartition should allow overwriting an invalid entry by
@benjaminpetitin dotnet/orleans#7905- Remove Directory handoff on silo shutdown by
@benjaminpetitin dotnet/orleans#7909
... (truncated)
Commits
b24e446Ensure reminder service is initialized before use (#8983)b77ce82Fix potential grain timer deadlock during disposal (#8949)0276f18[3.x] Fix directory/cache validation for defunct silos (#8498)f6e3afdIn TransactionQueue, ensure readiness failures are recovered from (#8443)8a93db2[3.x] Include executables in code signing process (#8354)b0935eaBackport dotnet/orleans#7508 (#8338)a7b60bfAlways run scheduled build (#8295)e9de70bBumped KubernetesClient to v9.0.38 (#8249)62336a1[3.x] Add CodeQL3000 tasks (#8159)d2d50d0Add build prefix version in nuget pack (#8165)- Additional commits viewable in compare view
Updates System.Text.Json from 6.0.1 to 6.0.0
Commits
4822e3cUpdate dependencies from https://github.com/dotnet/arcade build 20211022.3 (#...bf20df1[release/6.0] [wasm][debugger] Fix loading a non wasm page and then returning...de75159[release/6.0] Create a parent CMake project for building app bundles on CI (#...8da5835[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk (#60684)6f41165[release/6.0] Tweak workload build to use _GenerateMsiVersionString target (#...c86a857[release/6.0] Update dependencies from dotnet/icu dotnet/emsdk dotnet/runtime...80ed1bd[release/6.0] Don't special case "Experimental" projects (#60643)263945a[release/6.0] Fix stable builds for some transport packages (#60635)034f191Update mac installers location string (#60500)7907830[release/6.0] Enforce scatter/gather file I/O Windows API requirements et. al...- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)