Code Analysis ReferenceAnalyzersRCS1170On this pageRCS1170: Use read-only auto-implemented propertyPropertiesPropertyValueDefault SeverityInfoMinimum language version6.0ExamplesExample #1diagnostic.cspublic object Foo { get; private set; }fix.cspublic object Foo { get; }Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers