Code Analysis ReferenceAnalyzersRCS0034On this pageRCS0034: Put type parameter constraint on its own linePropertiesPropertyValueDefault Severitydisabled by defaultMinimum language version-ExamplesExample #1diagnostic.csclass Foo<T1, T2> where T1 : struct where T2 : struct{}fix.csclass Foo<T1, T2> where T1 : struct where T2 : struct{}Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Formatting.Analyzers