Skip to content

Remove JCW_ONLY_TYPE_NAMES #58

@jonpryor

Description

@jonpryor

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions