Closed
Description
Steps to Reproduce
- Add the following snippet to a .NET 6 project:
var typeConverter = TypeDescriptor.GetConverter (typeof (Color));
var color = (Color)typeConverter.ConvertFromString ("#FFAAEE");
Android.Util.Log.Debug("#####TAG#####", $"ARGB= {color.A}, {color.R}, {color.G}, {color.B}";);
This works as expected with a debug deployment, but fails in release. We may be removing an assembly that is needed?
Exception: https://gist.github.com/pjcollins/6fa260d92679bc53b43945a19b2f5af2
Binlog: msbuild.zip