✅ MVVM Source Generator not copying attributes
It seems that if you do
It doesn't generate the
It doesn't generate the
[JsonIgnore] attribute on MyBadProperty, thus causing any serialization to fail since ImageSource throws an exception on attempted serialization. Any ideas of a workaround without just not using source generators?