Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable symbolication and source context for net9.0-android #4033

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

jamescrosswell
Copy link
Collaborator

Closes #3761:

Fixes #3983:

Fixes #3985:

Summary

.NET 9 does introduced a new AssemblyStore format for APK files. Reading the new format is demonstrated in assembly-store-reader-mk2. We need to add support for reading the new format to the AndroidAssemblyReaderFactory (this currently only supports either the v1 format or the ancient technique of simply storing assemblies in the file system - i.e. no store whatsoever).

Also, the reason we didn't pick this up when we moved to net9.0 is that the device tests are/were only running against net8.0 targets. In this PR we'll try to run the device tests on net8.0-android/ios and net9.0-android/ios.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants