mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
11 lines
512 B
Markdown
11 lines
512 B
Markdown
## 0.5.4
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* The query `cs/static-field-written-by-instance` is updated to handle properties.
|
|
* C# 11: Support for explicit interface member implementation of operators.
|
|
* The extraction of member modifiers has been generalized, which could lead to the extraction of more modifiers.
|
|
* C# 11: Added extractor and library support for `file` scoped types.
|
|
* C# 11: Added extractor support for `required` fields and properties.
|
|
* C# 11: Added library support for `checked` operators.
|