Skip to content

Conversation

@josefpihrt
Copy link
Collaborator

@josefpihrt josefpihrt commented Nov 10, 2023

fixes #1236

@josefpihrt josefpihrt self-assigned this Nov 10, 2023
@josefpihrt josefpihrt changed the title Add option 'detect_unity_features' Add option 'roslynator_suppress_unity' Nov 10, 2023
@josefpihrt josefpihrt changed the title Add option 'roslynator_suppress_unity' Add option 'roslynator_unity_code_analysis.enabled' Nov 10, 2023
@josefpihrt josefpihrt merged commit e260e3d into main Nov 10, 2023
@josefpihrt josefpihrt deleted the feature/unity branch November 10, 2023 22:33
@somedeveloper00
Copy link

in Unity 2022, the roslynator_unity_code_analysis.enabled = true successfully avoids rcs1213 (Remove unused member declaration) but fails to avoid rcs1169 (Make field read-only). my .editorconfig is as follows:

[*.cs]
roslynator_unity_code_analysis.enabled = true

@josefpihrt
Copy link
Collaborator Author

@somedeveloper00 Please open a new issue instead of leaving comment here. Thanks.

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.

Unity false positive RCS1169

3 participants