dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.26k stars 1.76k forks source link

[ci] Try to call trim #25941

Closed rmarinho closed 2 days ago

rmarinho commented 2 days ago

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 release

Before

Screenshot 2024-11-18 at 17 49 52

After

Screenshot 2024-11-19 at 09 15 04

Fixes https://github.com/dotnet/maui/issues/25944

rmarinho commented 2 days ago

With blazor also with trim ..

Screenshot 2024-11-19 at 14 28 30