Skip to content
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

[release/7.0] Fix System.Management wminet_utils.dll lookup code for arm64 #83549

Merged
merged 4 commits into from
Mar 17, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 16, 2023

Backport of #83522 to release/7.0

/cc @ViktorHofer

Customer Impact

Applications using the System.Management nuget package under .NETCoreApp on Windows arm64 and relying on WMI APIs like ManagementScope crash with a TypeInitializationException as the wrong wminet_utils.dll native assembly is being loaded. This results in customers not being able to use the WMI API on Windows arm64.

Testing

Manually tested offline on a Windows arm64 machine. Ran the tests and validated that they completed successfully.

Risk

Low - single line fix and enabling tests that were previously disabled.

@ghost
Copy link

ghost commented Mar 16, 2023

Tagging subscribers to this area: @dotnet/area-system-management
See info in area-owners.md if you want to be subscribed.

Issue Details

Backport of #83522 to release/7.0

/cc @ViktorHofer

Customer Impact

Testing

Risk

IMPORTANT: Is this backport for a servicing release? If so and this change touches code that ships in a NuGet package, please make certain that you have added any necessary package authoring and gotten it explicitly reviewed.

Author: github-actions[bot]
Assignees: -
Labels:

area-System.Management

Milestone: -

@carlossanlop carlossanlop added this to the 7.0.x milestone Mar 16, 2023
@carlossanlop carlossanlop modified the milestones: 7.0.x, 7.0.6 Mar 16, 2023
@carlossanlop carlossanlop added the Servicing-approved Approved for servicing release label Mar 16, 2023
@carlossanlop carlossanlop modified the milestones: 7.0.6, 7.0.4, 7.0.5 Mar 16, 2023
@carlossanlop
Copy link
Member

Approved by Tactics today to go into the April Servicing Release: 7.0.5.

@carlossanlop
Copy link
Member

CI failures are known and unrelated.
Merging now. cc @mmitche

@carlossanlop carlossanlop merged commit 90461a2 into release/7.0 Mar 17, 2023
@carlossanlop carlossanlop deleted the backport/pr-83522-to-release/7.0 branch March 17, 2023 00:57
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Management Servicing-approved Approved for servicing release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants