Skip to content

Fix to disable RXUISG0016 analyzer for read-only properties#70

Merged
ChrisPulman merged 2 commits intomainfrom
CP_ReduceNoiseWithCodeFixer
Sep 30, 2024
Merged

Fix to disable RXUISG0016 analyzer for read-only properties#70
ChrisPulman merged 2 commits intomainfrom
CP_ReduceNoiseWithCodeFixer

Conversation

@ChrisPulman
Copy link
Member

What kind of change does this PR introduce?

Fix
Closes #66

What is the current behavior?

RXUISG0016 analyzer does not have sufficient filters to ensure only public Auto properties without private or internal setters are recommended for conversion to [Reactive] properties.

What is the new behavior?

Fix to disable RXUISG0016 analyzer for read-only properties
Add filters for ReactiveProperty and ReactiveCommand to ensure they are not flagged for conversion

What might this PR break?

None, less properties will be flagged for possible conversion.

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:

@ChrisPulman ChrisPulman merged commit de72f19 into main Sep 30, 2024
@ChrisPulman ChrisPulman deleted the CP_ReduceNoiseWithCodeFixer branch September 30, 2024 22:29
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Disable the RXUISG0016 analyzer for read-only properties

1 participant