Replies: 3 comments
-
For information, MAUI does not like binding to generics. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If this worked in Xamarin, report it as a bug in MAUI issues. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @daltzctr Have you figured out a workaround for this issue? I ran into same issue and opened a ticket to Maui Team. #19208 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The following CollectionView binding where Items is of type
Dictionary<string, myobject>
fails with an exception.Exception:
I have no idea why this is the case (it previously worked in Xamarin) nor how to debug it.
Beta Was this translation helpful? Give feedback.
All reactions