Files
codeql/change-notes/1.21/analysis-csharp.md
2019-03-27 11:10:24 +01:00

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 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