You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In dotnet/sdk#16327, the .NET SDK is changing the linker defaults to TrimMode=link, with SuppressTrimAnalysisWarnings=false. Xamarin-macios should consider doing the following when this change flows:
Default SuppressTrimAnalysisWarnings to true to avoid producing warnings
In dotnet/sdk#16327, the .NET SDK is changing the linker defaults to
TrimMode=link, withSuppressTrimAnalysisWarnings=false. Xamarin-macios should consider doing the following when this change flows:SuppressTrimAnalysisWarningsto true to avoid producing warningsTrimModein https://github.com/xamarin/xamarin-macios/blob/32e4d05195abe86c5a02ed38a0abd232cd5f47aa/dotnet/targets/Xamarin.Shared.Sdk.targets#L269