Files
codeql/csharp/change-notes/2021-02-12-with-expression.md
2021-02-12 20:04:22 +01:00

5 lines
202 B
Markdown

lgtm,codescanning
* C# 9 `with` expressions are now extracted. Data flow support has been added to
handle flow through `with` expressions and also from `record` constructor arguments
to its properties.