File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ # Improvements to C# analysis
2+
3+ The following changes in version 1.26 affect C# analysis in all applications.
4+
5+ ## New queries
6+
7+ | ** Query** | ** Tags** | ** Purpose** |
8+ | -----------------------------| -----------| --------------------------------------------------------------------|
9+
10+
11+ ## Changes to existing queries
12+
13+ | ** Query** | ** Expected impact** | ** Change** |
14+ | ------------------------------| ------------------------| -----------------------------------|
15+
16+
17+ ## Removal of old queries
18+
19+ ## Changes to code extraction
20+
21+ * Partial method bodies are extracted. Previously, partial method bodies were skipped completely.
22+
23+ ## Changes to libraries
24+
25+ ## Changes to autobuilder
26+
27+ ## Changes to tooling support
28+
29+ * The Abstract Syntax Tree of C# files can be printed in Visual Studio Code.
You can’t perform that action at this time.
0 commit comments