Add change note for 'with' expression extraction

This commit is contained in:
Tamas Vajk
2021-02-12 20:04:22 +01:00
parent 10e99203e8
commit cb9116028c

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