mirror of
https://github.com/github/codeql.git
synced 2026-03-26 09:18:16 +01:00
640 B
640 B
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
Attributehas two new predicates:getConstructorArgument()andgetNamedArgument(). The first predicate returns arguments to the underlying constructor call and the latter returns named arguments for initializing fields and properties.