mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
13 lines
764 B
Markdown
13 lines
764 B
Markdown
## 5.0.0
|
|
|
|
### Breaking Changes
|
|
|
|
* Deleted the deprecated `getInstanceType` predicate from the `UnboundGenericType` class.
|
|
* Deleted the deprecated `getElement` predicate from the `Node` class in `ControlFlowGraph.qll`, use `getAstNode` instead.
|
|
|
|
### 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 class `SystemRuntimeCompilerServicesOverloadResolutionPriorityAttribute`.
|
|
* C# 13: Added support for partial properties and indexers.
|