mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
11 lines
481 B
Markdown
11 lines
481 B
Markdown
## 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](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-10#extended-property-patterns).
|
|
* Return value attributes are extracted.
|
|
* The QL `Attribute` class now has subclasses for each kind of attribute.
|