-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.Management fails at runtime on Win10/ARM64 #59844
Comments
Sadly this is due to #45143 Also with W11 no longer shipping wmic tool there are not a lot of alternative options left. |
@daxian-dbw does the PowerShell team now own the WMI/MMI space? What API should a .NET app use today for management? |
@Nuklon isnt the nuget in question System.Management: https://www.nuget.org/packages/System.Management/ ? which is actively maintained |
Closing as dupe of #81400 which has more information. |
Code like this compiles for Win10/ARM64 with .NET 6.0 RC1:
But it doesn't actually work at runtime:
It would have been nice if either:
As-is, this was a nasty surprise late in development while porting my x64 app to ARM64.
The text was updated successfully, but these errors were encountered: