-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MVUX] Update Bindable Generator Attribute Naming #2515
Comments
Considering that the |
Didnt realize BindableGenerator was "associated" to the BindableAttribute idea. Happy to keep it as-is for now. |
My compiler is also telling that on each viewModel the Bindable attribute is missing although the mainmodel and MainPage having it added by me |
Hi @DevTKSS, I'm sorry, but I don't quite understand your previous comment. What error are you receiving? Please also provide more information about the Uno version you are using and, if possible, attach some ways to reproduce the error. I would appreciate it. |
@ajpinedam that is happening on mvux, where I essentially can not even add the BindableAttribuge it is telling me to do. if we would be able to get the generator add this attribute, that maybe could solve this.... |
I am seeing the same messages that @DevTKSS is seeing as well:
|
@DevTKSS @Mike-E-angelo We are already adding a Also @Mike-E-angelo it's surprising that you also get this message for the |
Hi @dr1rrb I am seeing this on |
@dr1rrb would have to check if its .net 8 or 9 but i am absolutely sure my current one is desktop only target because I am doing studio stuff where i had the issue before with a additional Windows target its really slow and way more buggy. |
So I am noticing one of the warnings go away when I update my code-behind from this:
To this:
|
Ok so if both of you are getting this issue on desktop target, it means it's definitely linked to one of our generators (MVUX or Uno) But this is interesting :
cc. @jeromelaban It means that it's probably only that MVUX's |
@dr1rrb This behavior is expected. #2648 (comment) |
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?
The text was updated successfully, but these errors were encountered: