Skip to content

Comments

Fix: Source Generator BindField attribute incorrectly ignores fields instead of configuring them#8640

Open
PHILLIPS71 wants to merge 1 commit intoChilliCream:mainfrom
PHILLIPS71:jp/bind-field-ignored-instead-of-configured
Open

Fix: Source Generator BindField attribute incorrectly ignores fields instead of configuring them#8640
PHILLIPS71 wants to merge 1 commit intoChilliCream:mainfrom
PHILLIPS71:jp/bind-field-ignored-instead-of-configured

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