Closed
Description
As part of the .NET6 effort we are making the .NET Runtime trimming safe allow developers to annotate their libraries to be also trimming safe. As MAUI is one of the primary workloads which will always use linker and cares about the size it's important to resolve any linker warnings which the developers would experience when enabling linker analyzers in their apps to be able to trim their apps fully.
This will partially depend on the work done for Apple, Android and WinUI SDKs but it's not blocked by them.