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.

[Java.Interop] Use PublicApiAnalyzer to ensure we do not modify public API #1169

Description

@jpobst

Context: dotnet/android#8171

Like Mono.Android.dll, we consider the Java.Interop.dll public API of each target framework to be an immutable contract. For example, this prevents an issue where a user on .NET 8.0.300 uses a method that isn't available to their coworker or CI on .NET 8.0.100.

Thus we should enable PublicApiAnalyzer on Java.Interop.dll to ensure we do not break our contract.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    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