mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Add change note for 'with' expression extraction
This commit is contained in:
4
csharp/change-notes/2021-02-12-with-expression.md
Normal file
4
csharp/change-notes/2021-02-12-with-expression.md
Normal file
@@ -0,0 +1,4 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user