mirror of
https://github.com/github/codeql.git
synced 2026-03-26 17:28:29 +01:00
18 lines
640 B
Markdown
18 lines
640 B
Markdown
# Improvements to C# analysis
|
|
|
|
## Changes to existing queries
|
|
|
|
| **Query** | **Expected impact** | **Change** |
|
|
|------------------------------|------------------------|-----------------------------------|
|
|
|
|
|
|
## Changes to code extraction
|
|
|
|
* Named attribute arguments are now extracted.
|
|
|
|
## Changes to QL libraries
|
|
|
|
* The class `Attribute` has two new predicates: `getConstructorArgument()` and `getNamedArgument()`. The first predicate returns arguments to the underlying constructor call and the latter returns named arguments for initializing fields and properties.
|
|
|
|
## Changes to autobuilder
|