Skip to content

Commit 3d37a49

Browse files
committed
C#: Add change note
1 parent 19c3e6a commit 3d37a49

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

change-notes/1.25/analysis-csharp.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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

0 commit comments

Comments
 (0)