Skip to content

Conversation

PHILLIPS71
Copy link
Contributor

The [BindField] attribute was incorrectly adding fields to the ignored list instead of configuring them with resolvers. This caused bound fields to be ignored rather than handled by their specified methods.

Solution

  • Removed field bindings from the ignored list (only property bindings should be ignored)
  • Updated field configuration to use bound field names instead of method names

Fixes #7786

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Source Generator cannot deal with [BindField]
1 participant