-
Notifications
You must be signed in to change notification settings - Fork 564
Closed
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.
Milestone
Description
Android application type
Android for .NET (net6.0-android, etc.)
Affected platform version
.NET 8 / main
Description
In .NET 7, in an old log I see:
This was an example of a .xaml change in a dotnet new maui project.
Now I see:
dotnet trace shows most of the time is:
So I think we might need to rework parts of dc3ccf2, maybe it can skip some things on incremental builds?
Less log messages would also help:
Steps to Reproduce
dotnet new maui- build
- change
.xaml - build again
Did you find any workaround?
Set $(AndroidUseDesignerAssembly) to false, would skip some of these steps.
Relevant log output
Metadata
Metadata
Assignees
Labels
Area: App+Library BuildIssues when building Library projects or Application projects.Issues when building Library projects or Application projects.



