Currently we're passing this to ILC: ```xml <!-- Disable trimming by default (assemblies aren't trimmed unless they're marked IsTrimmable) --> <IlcArg Include="--defaultrooting" /> ``` we should look into whether this is needed. Ref: https://github.com/xamarin/xamarin-macios/pull/17374#discussion_r1235757677 Ref: