Conversation
There was a problem hiding this comment.
Pull request overview
Routine version bump PR to keep the Durable Task extensions and centrally managed dependencies aligned with the new release versions.
Changes:
- Bumped
Worker.Extensions.DurableTaskpackage version to1.16.3. - Bumped
WebJobs.Extensions.DurableTaskpackage version to3.12.3and kept the worker’sExtensionInformationmetadata in sync. - Updated several centrally-managed DurableTask-related NuGet package versions in
Directory.Packages.props.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
src/Worker.Extensions.DurableTask/Worker.Extensions.DurableTask.csproj |
Updates worker extension package version to 1.16.3. |
src/Worker.Extensions.DurableTask/AssemblyInfo.cs |
Updates ExtensionInformation version string to 3.12.3 (in-proc extension metadata sync). |
src/WebJobs.Extensions.DurableTask/WebJobs.Extensions.DurableTask.csproj |
Updates patch version to produce 3.12.3. |
Directory.Packages.props |
Updates centrally-managed DurableTask dependency versions (AppInsights/AzureStorage/Core and DurableTask gRPC packages). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Update Microsoft.Bcl.AsyncInterfaces (10.0.1 -> 10.0.2), Microsoft.Extensions.Caching.Memory (10.0.0 -> 10.0.2), Microsoft.Extensions.Options (10.0.0 -> 10.0.2), and System.Text.Json (10.0.0 -> 10.0.2) to satisfy minimum version requirements of Microsoft.DurableTask.* 1.23.0.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 12 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Fix azurite.cmd -> azurite (no .cmd on Linux ubuntu runner) - Bump Azurite cache key v1 -> v2 to force fresh install - Suppress DURABLE2003 for BuiltIn::HttpActivity (reserved framework activity)
On .NET 10/Linux, the page-by-page memory write approach triggers the Linux OOM killer (SIGKILL) instead of a .NET OutOfMemoryException, causing 'operation was cancelled'. Since the test validates orchestration recovery from process crashes, FailFast achieves the same goal reliably.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 14 out of 14 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
As titled. Routine PR for dependencies updates.