Skip to content

Commit 424ab3e

Browse files
committed
C#: Analysis change notes.
1 parent 83d1e0e commit 424ab3e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Improvements to C# analysis
2+
3+
The following changes in version 1.23 affect C# analysis in all applications.
4+
5+
## Changes to existing queries
6+
7+
| **Query** | **Expected impact** | **Change** |
8+
|------------------------------|------------------------|-----------------------------------|
9+
10+
## Removal of old queries
11+
12+
## Changes to code extraction
13+
14+
* `nameof` expressions are now extracted correctly when the name is a namespace.
15+
16+
## Changes to QL libraries
17+
18+
* The new class `NamespaceAccess` models accesses to namespaces, for example in `nameof` expressions.
19+
20+
## Changes to autobuilder
21+

0 commit comments

Comments
 (0)