Skip to content

Fix Attribute On Partial Reactive Property Is Duplicated #251

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

Merged
merged 1 commit into from
Jun 10, 2025

Conversation

ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Fixes #245

What is the current behavior?

#245

What is the new behavior?

This pull request introduces several changes to improve attribute handling, correct a typo in method names, and enhance the property syntax generation in the ReactiveUI.SourceGenerators project. The most important changes include refining the logic for forwarding attributes, fixing a recurring typo in the IsISchedulerType method, and updating the property syntax generation to include attribute handling.

Attribute handling improvements:

Typo correction:

What might this PR break?

None due to build failure in previous versions

Please check if the PR fulfills these requirements

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

Other information:

@glennawatson glennawatson merged commit 7cd82d6 into main Jun 10, 2025
1 check passed
@glennawatson glennawatson deleted the FixAttributeOnPartialPropertyIsDuplicated branch June 10, 2025 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Reactive attribute with partial property copies JsonPropertyName attribute
2 participants