Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 448 Bytes

File metadata and controls

6 lines (4 loc) · 448 Bytes

5.1.4

Minor Analysis Improvements

  • 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}.
  • Blazor support can now better recognize when a property being set is specified with a string literal, rather than referenced in a nameof expression.