_GeneratePackageManagerJava
runs on every incremental build
#9212
Labels
Area: App+Library Build
Issues when building Library projects or Application projects.
Milestone
Android framework version
net9.0-android
Affected platform version
.NET 9
Description
I was testing our incremental build and noticed:
An incremental build of a MAUI project, where I changed either C# or XAML
This value changes each time:
This generates a new
obj\Debug\net9.0-android\android\environment.arm64-v8a.ll
each time, causing us to run_CompileNativeAssemblySources
each time.Could we use the same Guid for most
Debug
builds? Would onlyRelease
builds need a unique Guid?/cc @grendello
Steps to Reproduce
dotnet new maui
Did you find any workaround?
No
Relevant log output
hellomaui_Debug_AnyCPU_Build_2024-08-16T11_28_53.1332631-05_00.binlog.zip
The text was updated successfully, but these errors were encountered: