Target .NET 8 and .NET 10 across the repo - #322
Merged
Conversation
Modernize production, test, sample, and tooling projects using the durable extension repository's multi-targeting convention. Update CI SDK provisioning and serialize shared-database test runs across target frameworks. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c4a998a9-4194-49f7-b180-7400759b38aa
andystaples
requested review from
bachuv and
cgillum
and removed request for
cgillum
July 31, 2026 15:55
The 1,100-instance regression test can exceed one minute under the new net10.0 CI pass. Keep its behavioral assertions intact while allowing enough time for all orchestrations to complete. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c4a998a9-4194-49f7-b180-7400759b38aa
SqlClient can surface a canceled command as SqlException on modern runtimes. Translate that provider-specific result to OperationCanceledException when the operation token is canceled so callers observe stable cancellation semantics. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: c4a998a9-4194-49f7-b180-7400759b38aa
cgillum
previously approved these changes
Jul 31, 2026
cgillum
left a comment
Member
There was a problem hiding this comment.
I'm good with these changes once the merge conflicts are resolved.
…-dotnet-targets # Conflicts: # .github/workflows/build-and-test.yml # .github/workflows/publish-release.yml
cgillum
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
net8.0andnet10.0net8.0andnet10.0assets to the twonetstandard2.0compatibility packages, matching the Azure Durable Functions extension conventionSystem.Text.Jsonpackage pin from the modern-only database generatorValidation
dotnet build DurableTask.SqlServer.sln --configuration Release --no-incrementalnetstandard2.0,net8.0, andnet10.0assetsSuspendAndResumeInstanceon .NET 8 andPurgesMoreThanOneThousandInstanceson .NET 10)Reference: Azure/azure-functions-durable-extension#3333