Update test and demo project to .NET 9, Update NuGet packages for Dapr to 1.15.3#101
Open
Update test and demo project to .NET 9, Update NuGet packages for Dapr to 1.15.3#101
Conversation
…r to 1.15.3 Upgrade .NET SDK and dependencies; update tests Updated `IntegrationTest.yaml` to use .NET SDK 9.0.x Updated Dapr package references from `1.15.0-rc02` to `1.15.3` and Polly from `8.4.1` to `8.5.2` in multiple `.csproj` files. Changed target frameworks from `net8.0` to `net9.0` across several projects. Modified `Dockerfile` to use .NET 9.0 base images for compatibility. Various package references in integration test projects were also updated to the latest versions, including OpenTelemetry and Swashbuckle.
Collaborator
There was a problem hiding this comment.
did you create new tests? I mean what is this file
The test files `test_a_failed_on_2_no_callback.received.txt` and `test_a_failed_on_2_no_callback_revert.received.txt` have been updated to remove several OpenTelemetry logging entries related to saga operations and their outcomes. The changes reflect the execution flow of the saga, including retries and final outcomes. Additionally, the revert test file has been modified to indicate the success of the revert operation, which was previously absent.
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.
Update test and demo project to .NET 9, Update NuGet packages for Dapr to 1.15.3
Upgrade .NET SDK and dependencies; update tests
Updated
IntegrationTest.yamlto use .NET SDK 9.0.xUpdated Dapr package references from
1.15.0-rc02to1.15.3and Polly from8.4.1to8.5.2in multiple.csprojfiles. Changed target frameworks fromnet8.0tonet9.0across several projects.Modified
Dockerfileto use .NET 9.0 base images for compatibility. Various package references in integration test projects were also updated to the latest versions, including OpenTelemetry and Swashbuckle.