Something I noticed when implementing a key convert from fresh. I wrote a key converter using IValueConverter without thinking and its a little annoying to debug since it throws at page creation "static resource not found", its not particularly clear that you're using the wrong type. Perhaps we could allow it to accept both or have IKeyConverter inherit IValueConverter. Some way of making this support the normal Maui workflow!
Something I noticed when implementing a key convert from fresh. I wrote a key converter using
IValueConverterwithout thinking and its a little annoying to debug since it throws at page creation "static resource not found", its not particularly clear that you're using the wrong type. Perhaps we could allow it to accept both or haveIKeyConverterinheritIValueConverter. Some way of making this support the normal Maui workflow!