I've been migrating from classic xamarin to dotnet ios recently and noticed that pngcrushing of images under /Resources is not happening anymore.
Looks like it (_OptimizePngImages target) is turned off for sdk style project. Is it any way to enable it?
https://github.com/xamarin/xamarin-macios/blob/dc90060cfa1c106dc6b8cc2811da9d71e0480207/msbuild/Xamarin.Shared/Xamarin.iOS.Common.targets#L33-L50