Files
codeql/csharp/ql/lib/change-notes/2025-03-21-string-interpolation.md
2025-03-21 13:32:44 +01:00

284 B

category
category
minorAnalysis
  • The alignment and format clauses in string interpolation expressions are now extracted. That is, in $"Hello {name,align:format}" name, align and format are extracted as children of the string interpolation insert {name,align:format}.