Code Analysis ReferenceAnalyzersRCS1188On this pageRCS1188: Remove redundant auto-property initializationPropertiesPropertyValueDefault SeverityHiddenMinimum language version-ExamplesExample #1diagnostic.cspublic string Foo { get; set; } = null;fix.cspublic string Foo { get; set; }Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers