[.NET 10] investigate how to ship fewer copies of Mono.Android.dll
#9606
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
enhancement
Proposed change to current functionality.
Milestone
Android framework version
Other
Affected platform version
.NET 10
Description
Right now we have this many
Mono.Android.dll
Mono.Android.dll
Mono.Android.dll
Mono.Android.dll
Mono.Android.dll
Mono.Android.dll
Where the last four are identical, because it's managed code and not tied to a RID at all. Ideally, we could reduce this to 1 ref assembly and 1 runtime assembly.
This is going to get even worse if we support multiple runtimes in the future: NativeAOT, etc.
Steps to Reproduce
dotnet workload install android
Mono.Android.dll
files on disk.Did you find any workaround?
n/a
Relevant log output
The text was updated successfully, but these errors were encountered: