mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
481 B
481 B
0.0.9
Major Analysis Improvements
- Added support for C# 10 lambda improvements
- Explicit return types on lambda expressions.
- Lambda expression can be tagged with method and return value attributes.
- Added support for C# 10 Extended property patterns.
- Return value attributes are extracted.
- The QL
Attributeclass now has subclasses for each kind of attribute.