Code Analysis ReferenceAnalyzersRCS1105On this pageRCS1105: Unnecessary interpolationPropertiesPropertyValueDefault SeverityInfoMinimum language version-ExamplesExample #1diagnostic.csstring s = $"a{"b"}c";fix.csstring s = $"abc";Applies toExtension for VS 2022Extension for VS CodeExtension for Open VSXPackage Roslynator.Analyzers