File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Improvements to C# analysis
2+
3+ The following changes in version 1.25 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+ ## Changes to libraries
22+
23+ * The class ` UnboundGeneric ` has been refined to only be those declarations that actually
24+ have type parameters. This means that non-generic nested types inside construced types,
25+ such as ` A<int>.B ` , no longer are considered unbound generics. (Such nested types do,
26+ however, still have relevant ` .getSourceDeclaration() ` s, for example ` A<>.B ` .)
27+
28+ ## Changes to autobuilder
You can’t perform that action at this time.
0 commit comments