Skip to content

Commit 0111f14

Browse files
committed
C#: Convert 1.26 change notes
1 parent 5ac8475 commit 0111f14

File tree

6 files changed

+16
-35
lines changed

6 files changed

+16
-35
lines changed

change-notes/1.26/analysis-csharp.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tooling
2+
* The Abstract Syntax Tree of C# files can be viewed in Visual Studio Code.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* Partial method bodies are extracted. Previously, partial method bodies were skipped.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
lgtm,codescanning
2+
* Inferring the lengths of implicitely sized arrays is fixed. Previously, multi
3+
dimensional arrays were always extracted with the same length for each dimension.
4+
With the fix, the array sizes `2` and `1` are extracted for `new int[,]{{1},{2}}`.
5+
Previously `2` and `2` were extracted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
lgtm,codescanning
2+
* The extractor is now assembly-insensitive by default. This means that two entities
3+
with the same fully-qualified name are now mapped to the same entity in the resulting
4+
database, regardless of whether they belong to different assemblies. Assembly
5+
sensitivity can be reenabled by passing `--assemblysensitivetrap` to the extractor.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* The required key size for the query "Weak encryption: Insufficient key size" has been increased from 1024 to 2048.

0 commit comments

Comments
 (0)