[MVUX] [Bindable]
attribute is not considered by uno's type info generator
#2648
Labels
kind/bug
Something isn't working
triage/untriaged
Indicates an issue requires triaging or verification.
Current behavior
When we generate a _ViewModel
we are [adding a
[BindableAttribute]`](https://github.com/unoplatform/uno.extensions/blob/main/src/Uno.Extensions.Reactive.Generator/Bindables/ViewModelGenTool_3.cs#L101). This attribute should be considered by the bindable type provider generator to generate the type info for bindings.However it seems it's not : #2515 (comment)
Expected behavior
_ View models_ generated by MVUX should be binding friendly!
How to reproduce it (as minimally and precisely as possible)
cf. #2515 (comment)
The text was updated successfully, but these errors were encountered: