Code Analysis ReferenceAnalyzersRCS0029On this pageRCS0029: Put constructor initializer on its own linePropertiesPropertyValueDefault Severitydisabled by defaultMinimum language version-ExamplesExample #1diagnostic.csFoo(object p1, object p2) : base(p1){ P2 = p2;}fix.csFoo(object p1, object p2) : base(p1){ P2 = p2;}Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Formatting.Analyzers