mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
762 B
762 B
5.0.0
Breaking Changes
- Deleted the deprecated
getInstanceTypepredicate from theUnboundGenericTypeclass. - Deleted the deprecated
getElementpredicate from theNodeclass inControlFlowGraph.qll, usegetAstNodeinstead.
Minor Analysis Improvements
C# 13: Added MaD models for some overload implementations using ReadOnlySpan parameters (like String.Format(System.String, System.ReadOnlySpan<System.Object>))).
- C# 13: Added support for the overload resolution priority attribute (
OverloadResolutionPriority). Usages of the attribute and the corresponding priority can be found using the QL classSystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute. - C# 13: Added support for partial properties and indexers.