unoplatform / uno.extensions

Libraries to ease common developer tasks associated with building multi-platform mobile, desktop and web applications using Uno Platform or WinAppSDK.
https://platform.uno/
Other
73 stars 45 forks source link

[MVUX] Update Bindable Generator Attribute Naming #2515

Open ajpinedam opened 3 weeks ago

ajpinedam commented 3 weeks ago

What would you like to be added:

Rename the Bindable Generator Attribute to something more generic, especially now that this is not generating BindableModels anymore but instead it is generating ViewModels

Why is this needed:

For which Platform:

Anything else we need to know?

dr1rrb commented 3 weeks ago

Considering that the BindableAttribute is the attribute used by windows to flag object that should be accessible to the binding engine, I would not introduce a breaking change to rename those attributes.

francoistanguay commented 3 weeks ago

Didnt realize BindableGenerator was "associated" to the BindableAttribute idea. Happy to keep it as-is for now.