-
Notifications
You must be signed in to change notification settings - Fork 64
Closed
Description
Many of the types within src/Xamarin.Android.NamingCustomAttributes use JCW_ONLY_TYPE_NAMES to control member visibility.
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.
Metadata
Metadata
Assignees
Labels
No labels