Skip to content

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

Merged
carlossanlop merged 4 commits into
release/7.0from
backport/pr-83522-to-release/7.0
Mar 17, 2023
Merged

[release/7.0] Fix System.Management wminet_utils.dll lookup code for arm64#83549
carlossanlop merged 4 commits into
release/7.0from
backport/pr-83522-to-release/7.0

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Mar 16, 2023

Copy link
Copy Markdown
Contributor

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
Copy Markdown

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

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

Copy link
Copy Markdown
Contributor

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

@carlossanlop

Copy link
Copy Markdown
Contributor

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

@carlossanlop
carlossanlop merged commit 90461a2 into release/7.0Mar 17, 2023
@carlossanlop
carlossanlop deleted the backport/pr-83522-to-release/7.0 branch March 17, 2023 00:57
@ghostghost locked as resolved and limited conversation to collaborators Apr 16, 2023
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-System.ManagementServicing-approvedApproved for servicing release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@carlossanlop@ericstj@ViktorHofer