Skip to content

Merge to Live#37103

Merged
wadepickett merged 1 commit intolivefrom
main
May 5, 2026
Merged

Merge to Live#37103
wadepickett merged 1 commit intolivefrom
main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 5, 2026

[AUTOMATED]

…aking change (#37054)

* Update hosted-services.md to reflect BackgroundService.StartAsync breaking change

As of dotnet/runtime#116283 (in .NET 10), `BackgroundService.StartAsync` no longer blocks until the `BackgroundService.ExecuteAsync` implementation reaches an `await` point; `StartAsync` now always runs `ExecuteAsync` on the thread pool using `Task.Run`.

* Fix updated doc to only apply to >= .NET 10
@wadepickett wadepickett self-requested a review May 5, 2026 20:21
@wadepickett wadepickett self-assigned this May 5, 2026
Copy link
Copy Markdown
Contributor

@wadepickett wadepickett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved.

@wadepickett wadepickett merged commit a16ae2f into live May 5, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants