mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
635 B
635 B
0.5.1
Major Analysis Improvements
- Added library support for generic attributes (also for CIL extracted attributes).
cil.ConstructedType::getNamewas changed to include printing of the type arguments.
Minor Analysis Improvements
- Attributes on methods in CIL are now extracted (Bugfix).
- Support for
static virtualandstatic abstractinterface 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
csinstead ofcsharp.