Files
codeql/csharp/ql/lib/change-notes/released/5.1.4.md
2025-04-14 09:53:06 +00:00

7 lines
448 B
Markdown

## 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.