Uh oh!
There was an error while loading. Please reload this page.
Fix System.Management wminet_utils.dll lookup code for arm64 - #83522
Conversation
ghost
commented
Mar 16, 2023
Tagging subscribers to this area: @dotnet/area-system-management Issue DetailsContinuation of #83439 @Dharmateja-Challa-Dell are you OK with me working on the fix based on your proposed changes? I cherry-picked your commit into my branch.
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5be2cd8 to
3c2e329Compareb5c8ed2 to
2a6b0f4CompareI locally ran the System.Management tests in my arm64 laptop. They passed: The full output xml shows the list of tests that ran: Details |
ViktorHofer
commented
Mar 16, 2023
Even though windows arm64 libraries don't run per PR and I can't find a way to trigger them, @carlossanlop was so kind to test it locally on his machine and the relevant tests passed. I think we can merge the PR in. |
ViktorHofer
commented
Mar 16, 2023
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/4441343949 |
ViktorHofer
commented
Mar 16, 2023
/backport to release/7.0 |
Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/4441444531 |
Fixes#81400
It's highly unlikely that there will be another side by side .NET Framework installation and as we were already using
CompatSwitches.DotNetVersionas the folder probe path, we follow that approach for arm64 as well.