Skip to content

Update test and demo project to .NET 9, Update NuGet packages for Dapr to 1.15.3#101

Open
alonf wants to merge 2 commits intomasterfrom
alon/NuGet-Upgrade
Open

Update test and demo project to .NET 9, Update NuGet packages for Dapr to 1.15.3#101
alonf wants to merge 2 commits intomasterfrom
alon/NuGet-Upgrade

Conversation

@alonf
Copy link
Collaborator

@alonf alonf commented Apr 20, 2025

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.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.

…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.
Copy link
Collaborator

Choose a reason for hiding this comment

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

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.
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

Comments