-
Notifications
You must be signed in to change notification settings - Fork 1
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
Avoid [IgnoredProp] attribute for the readonly property #51
Comments
Do you mean that you don't want to generate code on |
Yes Exactly. readonly fields can't be the Bindable property. Once we change this, we can avoid IgnoredProp attribute. |
KafkaWannaFly
pushed a commit
that referenced
this issue
Aug 19, 2023
KafkaWannaFly
pushed a commit
that referenced
this issue
Aug 19, 2023
Please update to the latest version to enjoy the fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code
Should not generate code. but the generator generates the following code
This allows to use the IgnoredProp attribute
The text was updated successfully, but these errors were encountered: