C#: Analysis change notes.

This commit is contained in:
Calum Grant
2019-08-29 10:56:40 +01:00
parent 83d1e0eaa6
commit 424ab3ed6a

View 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