Closed rmarinho closed 2 days ago
We need to speed up the template tests because on arm and Release we now do AOT. So we set the linker to partial on release
partial
Before
After
Fixes https://github.com/dotnet/maui/issues/25944
With blazor also with trim ..
Description of Change
We need to speed up the template tests because on arm and Release we now do AOT. So we set the linker to
partial
on releaseBefore
After
Fixes https://github.com/dotnet/maui/issues/25944