mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
448 B
448 B
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
nameofexpression.