-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Fixed IDE0044 (Make Field Readonly) for DataMember fields in DataContract classes #43489
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
Conversation
src/Analyzers/Core/Analyzers/MakeFieldReadonly/MakeFieldReadonlyDiagnosticAnalyzer.cs
Outdated
Show resolved
Hide resolved
src/Analyzers/Core/Analyzers/MakeFieldReadonly/MakeFieldReadonlyDiagnosticAnalyzer.cs
Outdated
Show resolved
Hide resolved
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/ICompilationExtensions.cs
Show resolved
Hide resolved
src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Extensions/ICompilationExtensions.cs
Show resolved
Hide resolved
|
@zaytsev-victor Would you like to address the review comments? |
|
If not, this PR is small enough that we can probably make the corrections to it and prepare it for merge. Let us know which you prefer. |
RikkiGibson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Compiler changes LGTM. The changes are test-only so I think only one compiler review is needed.
Fixes #40644