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-android should consider doing the following when this change flows:
Default SuppressTrimAnalysisWarnings to true to avoid producing warnings
Fixes: dotnet#5751
After bumping to .NET 6 Preview 3, we get hundreds of ILLINK warnings.
This is because of:
dotnet/sdk#16327
We need to default `$(SuppressTrimAnalysisWarnings)` to ignore these
warnings for now.
We should continue to use `TrimMode=link`, as that is the behavior
Xamarin developers get today.
Fixes: #5751
After bumping to .NET 6 Preview 3, we get hundreds of ILLINK warnings.
This is because of:
dotnet/sdk#16327
We need to default `$(SuppressTrimAnalysisWarnings)` to ignore these
warnings for now.
We should continue to use `TrimMode=link`, as that is the behavior
Xamarin developers get today.
In dotnet/sdk#16327, the .NET SDK is changing the linker defaults to
TrimMode=link
, withSuppressTrimAnalysisWarnings=false
. Xamarin-android should consider doing the following when this change flows:SuppressTrimAnalysisWarnings
to true to avoid producing warningsTrimMode
in https://github.com/xamarin/xamarin-android/blob/363935b4589b12ada06f6a0e584b547bb78178ff/src/Xamarin.Android.Build.Tasks/Microsoft.Android.Sdk/targets/Microsoft.Android.Sdk.DefaultProperties.targets#L52The text was updated successfully, but these errors were encountered: