Skip to content

[Mono] Skip satellite assemblies during Java type generation - #12488

Draft
simonrozsival with Copilot wants to merge 3 commits into
mainfrom
copilot/mono-generate-java-callable-wrappers-fix
Draft

[Mono] Skip satellite assemblies during Java type generation#12488
simonrozsival with Copilot wants to merge 3 commits into
mainfrom
copilot/mono-generate-java-callable-wrappers-fix

Conversation

Copilot AI commented Aug 24, 2026

Copy link
Copy Markdown
Contributor

Mono publishing passed packaged *.resources.dll assemblies to JLO and type-map readers despite satellite assemblies having no types or scanner sidecars. This caused sidecar lookup inside the originating NuGet package.

  • Generation pipeline

    • Exclude satellite assemblies from Java callable wrapper, ACW map, and LLVM-IR type-map generation.
    • Preserve the original assembly set for packaging and other build stages.
  • Regression coverage

    • Add a Mono package test that exposes a NuGet satellite without sidecar metadata to Java stub generation.
    • Verify the satellite remains packaged.

Copilot AI and others added 2 commits August 24, 2026 09:53
Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
Co-authored-by: simonrozsival <374616+simonrozsival@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix GenerateJavaCallableWrappers to locate JLO file for MAUI [Mono] Skip satellite assemblies during Java type generation Aug 24, 2026
Copilot AI requested a review from simonrozsival August 24, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Mono] GenerateJavaCallableWrappers looks for JLO beside packaged MAUI resource assembly

2 participants