dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

Don't require obsolete ISystemResourcesProvider #26010

Closed mattleibow closed 3 hours ago

mattleibow commented 9 hours ago

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