mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
764 B
764 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
ReadOnlySpanparameters (likeString.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.