mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
512 B
512 B
0.5.4
Minor Analysis Improvements
- The query
cs/static-field-written-by-instanceis 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
filescoped types. - C# 11: Added extractor support for
requiredfields and properties. - C# 11: Added library support for
checkedoperators.