mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
15 lines
635 B
Markdown
15 lines
635 B
Markdown
## 0.5.1
|
|
|
|
### Major Analysis Improvements
|
|
|
|
* Added library support for generic attributes (also for CIL extracted attributes).
|
|
* `cil.ConstructedType::getName` was changed to include printing of the type arguments.
|
|
|
|
### Minor Analysis Improvements
|
|
|
|
* Attributes on methods in CIL are now extracted (Bugfix).
|
|
* Support for `static virtual` and `static abstract` interface members.
|
|
* Support for *operators* in interface definitions.
|
|
* C# 11: Added support for the unsigned right shift `>>>` and unsigned right shift assignment `>>>=` operators.
|
|
* Query id's have been aligned such that they are prefixed with `cs` instead of `csharp`.
|