-
Notifications
You must be signed in to change notification settings - Fork 303
Update to Aspire 9.1 #521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to Aspire 9.1 #521
Conversation
This reverts commit 14d4540.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 89 out of 89 changed files in this pull request and generated no comments.
samples/AspireShop/AspireShop.ServiceDefaults/AspireShop.ServiceDefaults.csproj
Show resolved
Hide resolved
samples/AspireWithPython/AspireWithPython.AppHost/AspireWithPython.AppHost.csproj
Outdated
Show resolved
Hide resolved
samples/HealthChecksUI/HealthChecksUI.ServiceDefaults/HealthChecksUI.ServiceDefaults.csproj
Outdated
Show resolved
Hide resolved
samples/OrleansVoting/OrleansVoting.Service/OrleansVoting.Service.csproj
Outdated
Show resolved
Hide resolved
tests/SamplesIntegrationTests/Infrastructure/DistributedApplicationExtensions.cs
Outdated
Show resolved
Hide resolved
<PackageReference Include="xunit" Version="2.9.3" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="3.0.1" /> | ||
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.2" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why this downgrade?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because we haven't moved to xunit 3 yet. Do the xunit templates in the .NET SDK use v3 of this package yet?
- Remove gRPC instrumentation where gRPC isn't being used - Ensure all OTel references are 1.9.0 - Use AspNetCore.HealthChecks v9 everywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I pushed some minor feedback changes I had. I think this is ready to merge.
Update to Aspire 9.1 and all deps to latest versions.