Closed mattleibow closed 3 hours ago
The ISystemResourcesProvider type and the way to use it is obsolete and not required to be implemented. However we have the init code path requiring it. Everywhere else checks for null, except the init code path.
ISystemResourcesProvider
Fixes #24216
Description of Change
The
ISystemResourcesProvider
type and the way to use it is obsolete and not required to be implemented. However we have the init code path requiring it. Everywhere else checks for null, except the init code path.Issues Fixed
Fixes #24216