mirror of
https://github.com/github/codeql.git
synced 2026-04-20 14:34:04 +02:00
11 lines
360 B
Markdown
11 lines
360 B
Markdown
## 5.4.8
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* C# 14: Added support for partial events.
|
|
* C# 14: Added support for the `field` keyword in properties.
|
|
|
|
### Bug Fixes
|
|
|
|
* Fixed an issue where the body of a partial member could be extracted twice. When both a *defining* and an *implementing* declaration exist, only the *implementing* declaration is now extracted.
|