reactiveui / ReactiveUI.SourceGenerators

Use source generators to generate objects.
MIT License
31 stars 3 forks source link

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

Closed ChrisPulman closed 1 month ago

ChrisPulman commented 1 month ago

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:

github-actions[bot] commented 1 month ago

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.