Files
codeql/csharp/ql/lib/change-notes/released/6.0.2.md
2026-05-29 11:27:54 +00:00

7 lines
380 B
Markdown

## 6.0.2
### Minor Analysis Improvements
* Full support for C# 14 / .NET 10. All new language features are now supported by the extractor. The QL library and data flow analysis now support the new C# 14 language constructs and include generated Models as Data (MaD) models for the .NET 10 runtime.
* C# 14: Added support for user-defined instance increment/decrement operators.