Skip to content
This repository was archived by the owner on Aug 27, 2026. It is now read-only.
This repository was archived by the owner on Aug 27, 2026. It is now read-only.

Remove JCW_ONLY_TYPE_NAMES #58

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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