- 
                Notifications
    You must be signed in to change notification settings 
- Fork 63
Closed
Description
.NET MAUI projects regressed in size after:
It appears the problem is that [assembly: AssemblyMetadata ("IsTrimmable", "True")] is not present in this assembly.
Somehow this line isn't picked up:
One solution might be to set $(IsTrimmable) in a Directory.Build.targets instead of doing it in a C# file. That would also get the benefits of some of the trimmer analyzer warnings/errors as well.
Metadata
Metadata
Assignees
Labels
No labels

