Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 487 Bytes

RCS1217.md

File metadata and controls

28 lines (18 loc) · 487 Bytes

RCS1217: Convert interpolated string to concatenation

Property Value
Id RCS1217
Category Readability
Severity Hidden

Example

Code with Diagnostic

$"{a}{b}{c}"

Code with Fix

a + b + c

See Also

(Generated with DotMarkdown)