mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
C#: Analysis change notes.
This commit is contained in:
21
change-notes/1.23/analysis-csharp.md
Normal file
21
change-notes/1.23/analysis-csharp.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# Improvements to C# analysis
|
||||
|
||||
The following changes in version 1.23 affect C# analysis in all applications.
|
||||
|
||||
## Changes to existing queries
|
||||
|
||||
| **Query** | **Expected impact** | **Change** |
|
||||
|------------------------------|------------------------|-----------------------------------|
|
||||
|
||||
## Removal of old queries
|
||||
|
||||
## Changes to code extraction
|
||||
|
||||
* `nameof` expressions are now extracted correctly when the name is a namespace.
|
||||
|
||||
## Changes to QL libraries
|
||||
|
||||
* The new class `NamespaceAccess` models accesses to namespaces, for example in `nameof` expressions.
|
||||
|
||||
## Changes to autobuilder
|
||||
|
||||
Reference in New Issue
Block a user