Skip to content
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

Add option 'roslynator_unity_code_analysis.enabled' #1245

Merged
merged 10 commits into from
Nov 10, 2023
Merged

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
15 checks passed
@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
2 participants