Skip to content

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

@jpobst

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.

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