-
Notifications
You must be signed in to change notification settings - Fork 101
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 instructions and config for required local dotnet version #8213
Conversation
Signed-off-by: Karishma Chawla <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #8213 +/- ##
=======================================
Coverage 59.75% 59.75%
=======================================
Files 590 590
Lines 39487 39487
=======================================
+ Hits 23594 23597 +3
+ Misses 14148 14146 -2
+ Partials 1745 1744 -1 ☔ View full report in Codecov by Sentry. |
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
Description
DE was updated to .net 8 in https://github.com/radius-project/deployment-engine/pull/394. Similar version is needed to run control plane locally, updating instructions and
launch.json
to reflect that as the setup is broken with current instructions due to version mismatch.Validated updated config locally.
Type of change
Fixes: #issue_number
Contributor checklist
Please verify that the PR meets the following requirements, where applicable: