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
[x] Tests for the changes have been added (for bug fixes / features)
[ ] Docs have been added / updated (for bug fixes / features)
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.
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
Other information: