Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2025

Bumps dotnet-sdk from 9.0.305 to 9.0.306.

Release notes

Sourced from dotnet-sdk's releases.

.NET 9.0.10

Release

What's Changed

... (truncated)

Commits

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 <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)
###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com//pull/9720)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code labels Oct 15, 2025
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.305 to 9.0.306.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v9.0.305...v9.0.306)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 9.0.306
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@ReubenBond ReubenBond force-pushed the dependabot/dotnet_sdk/dotnet-sdk-9.0.306 branch from 7eeeb95 to 0e76652 Compare October 20, 2025 16:02
@ReubenBond ReubenBond merged commit 733c243 into main Oct 22, 2025
33 of 36 checks passed
@ReubenBond ReubenBond deleted the dependabot/dotnet_sdk/dotnet-sdk-9.0.306 branch October 22, 2025 22:59
ledjon-behluli pushed a commit to ledjon-behluli/orleans that referenced this pull request Oct 26, 2025
Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.305 to 9.0.306.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v9.0.305...v9.0.306)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 9.0.306
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Oct 31, 2025
* retire and purge state machines

* Update src/Orleans.Journaling/StateMachineManager.cs

Co-authored-by: Reuben Bond <[email protected]>

* move comments up

* wip

* time-based retirement logic

* last touches

* remove test project

* remove unused usings

* prevent duplicate key error during state machine resurrection

* ensure buffered data is re-applied if machine comes back

* remove hacky assertion in tests

* Update src/Orleans.Journaling/StateMachineManager.cs

Co-authored-by: Copilot <[email protected]>

* Update src/Orleans.Journaling/StateMachineManager.cs

Co-authored-by: Copilot <[email protected]>

* Update test/Orleans.Journaling.Tests/StateMachineManagerTests.cs

Co-authored-by: Copilot <[email protected]>

* Update test/Orleans.Journaling.Tests/StateMachineManagerTests.cs

Co-authored-by: Copilot <[email protected]>

* Update test/Orleans.Journaling.Tests/StateMachineManagerTests.cs

Co-authored-by: Copilot <[email protected]>

* Fix table creation logging to reflect existing tables correctly (#9696)

The `CreateIfNotExistsAsync` method's response will have a 409-statuscode if the table already exists and will always return the `TableItem` if the call is successful.

* Fix ZooKeeper CI tests: correct service name and use official Docker image (#9699)

* Initial plan

* Fix ZooKeeper CI tests: correct service name and use specific image tag

Co-authored-by: ReubenBond <[email protected]>

* Use official ZooKeeper Docker image instead of bitnami

Co-authored-by: ReubenBond <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ReubenBond <[email protected]>

* Fix Consul CI tests by using compatible Consul version (#9701)

* Fix Consul key format to comply with allowed characters

Co-authored-by: ReubenBond <[email protected]>

* Use custom encoding for Consul keys instead of URL encoding

Co-authored-by: ReubenBond <[email protected]>

* Simplify encoding logic to handle both IPv4 and IPv6

Co-authored-by: ReubenBond <[email protected]>

* Revert breaking changes and use older Consul version for tests

Co-authored-by: ReubenBond <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ReubenBond <[email protected]>

* Remove explicit ActivityStatusCode.Ok setting to comply with OpenTelemetry specification (#9703)

* Initial plan

* Remove explicit ActivityStatusCode.Ok per OpenTelemetry spec

Co-authored-by: ReubenBond <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ReubenBond <[email protected]>

* chore(deps): bump dotnet-sdk from 9.0.303 to 9.0.305 (#9677)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.303 to 9.0.305.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v9.0.303...v9.0.305)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 9.0.305
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix race condition in `TransactionInfo.Fork` `PendingCalls` increment (#9702)

* [FIX] Potential NRE in the activation repartitioner (#9713)

fix potentiall NRE in the activation repartioner

* Remove infinite timespan reminder checks (#9715)

* Timeout.InfiniteTimeSpan is not allowed for reminders

* Specifically check for InfiniteTimeSpan to make clear it's usage is not allowed (and to allow for an eventual future change of the InfiniteTimeSpan value)

---------

Co-authored-by: Jerremy Koot <[email protected]>

* ResponseCompletionSource: RunContinuationsAsynchronously (#9724)

* chore(deps): bump dotnet-sdk from 9.0.305 to 9.0.306 (#9720)

Bumps [dotnet-sdk](https://github.com/dotnet/sdk) from 9.0.305 to 9.0.306.
- [Release notes](https://github.com/dotnet/sdk/releases)
- [Commits](dotnet/sdk@v9.0.305...v9.0.306)

---
updated-dependencies:
- dependency-name: dotnet-sdk
  dependency-version: 9.0.306
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Add `BigInteger` codec (#9669)

* StateMachineManager: start work loop during activation (#9725)

* Flag PostgreSQL as asynchronous (#9705)

Changed isSynchronousAdoNetImplementation from true to false for PostgreSQL thanks to updates in Npgsql 8.0.
npgsql/npgsql#1130

* Enable GitHub merge queue (#9727)

Enable merge queue

* Add missing validation for the NATS stream provider (#9668)

Add missing validation for the Nats stream provider

* `ActivationDataActivatorProvider`: run grain constructor on grain scheduler (#9726)

* ActivationDataActivatorProvider: always run grain constructor on ActivationTaskScheduler

* ActivationDataActivatorProvider: always run grain constructor on ActivationTaskScheduler

* Modifying Endpoint to use Pascale Casing as EndPoint for consistency (#9671)

Co-authored-by: Ramzi Mourtada <[email protected]>

* treat retirement tracker as a first-class (internal) machine

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Reuben Bond <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Egil Hansen <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bk <[email protected]>
Co-authored-by: Da-Teach <[email protected]>
Co-authored-by: Jerremy Koot <[email protected]>
Co-authored-by: Gutemberg Ribeiro <[email protected]>
Co-authored-by: Burak Büyükatlı <[email protected]>
Co-authored-by: Ramzi Mourtada <[email protected]>
Co-authored-by: Ramzi Mourtada <[email protected]>
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 dotnet_sdk_package_manager Pull requests that update dotnet_sdk_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants