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
This is the wrong way to control member visibility.
Instead, all the Xamarin.Android.NamingCustomAttributes types should be partial types, not public by default, and contain only naming-related functionality.
Android-specific functionality not related to type names -- i.e. not used in this repo -- should be moved into the xamarin-android repo.
Many of the types within
src/Xamarin.Android.NamingCustomAttributesuseJCW_ONLY_TYPE_NAMESto control member visibility.This is the wrong way to control member visibility.
Instead, all the
Xamarin.Android.NamingCustomAttributestypes should bepartialtypes, notpublicby default, and contain only naming-related functionality.Android-specific functionality not related to type names -- i.e. not used in this repo -- should be moved into the
xamarin-androidrepo.