We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d1e0e commit 424ab3eCopy full SHA for 424ab3e
change-notes/1.23/analysis-csharp.md
@@ -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