Skip to content

CRARCH0009 Use string interpolation

  • Category: Architecture
  • Default severity: Warning
  • Diagnostic ID: CRARCH0009

Interpolated strings are clearer and easier to maintain.

Use string interpolation instead of string.Format or concatenation

Replace string.Format and string concatenation with interpolated strings.