Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[dotnet] default $(SuppressTrimAnalysisWarnings) to true
Fixes: dotnet#10887 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.
- Loading branch information