dotnet / android-libraries

.NET for Android bindings for Google's libraries, such as AndroidX, GooglePlayServices, Firebase, and MLKit and their 3rd party dependency libraries.
MIT License
233 stars 50 forks source link

Suppress binding warnings. #1025

Closed jpobst closed 1 month ago

jpobst commented 1 month ago

Suppress the warnings emitted by generator by default. These 19K+ warnings are clearly not things that we intend to take action on, and hide warnings we might want to take action on.

This is controlled via the $(_AndroidIgnoreGeneratorWarnings) property.

If seeing these warnings is desired on a local build, either:

Also fix some IsTrimmable warnings by not enabling it on netstandard2.0 projects.