-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.ManagementuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
The following types in https://github.com/dotnet/runtime/blob/98ac23212e6017c615e7e855e676fc43c8e44cb8/src/libraries/System.Management/src/System/Management/InteropClasses/WMIInterop.cs are unused and should be removed. One of the issues with having this code is that it leads to incorrect assumptions of what native dependencies the codebase has (part of dotnet/core#5651).
- IWbemLocator
- WbemLocator
- IWbemServices_Old
- IWbemShutdown
- IUnsecuredApartment
- UnsecuredApartment
- IWbemPropertyProvider
- IWbemEventProvider
- IWbemEventProviderQuerySink
- IWbemEventProviderSecurity
- IWbemProviderIdentity
- IWbemEventConsumerProvider
- IWbemProviderInit
- IWbemProviderInitSink
- WbemDecoupledRegistrar
- IWbemDecoupledRegistrar
- MofCompiler
- WbemBackupRestore
- WbemDecoupledBasicEventProvider
- WbemQuery
Metadata
Metadata
Assignees
Labels
area-System.ManagementuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner