Not all builds need to actually runillink. For console apps,dotnet builddoesn't trim orillink,dotnet publishdoestrim and runillink. .NET SDK sets various feature switches based onPublishTrimmed Unfortunately, Android doesn't follow this pattern: Debug mode,PublishTrimmed=falsefor build performance...