Files
codeql/csharp/change-notes/2020-10-28-cil-to-string.md
2020-10-28 11:02:12 +01:00

3 lines
200 B
Markdown

lgtm,codescanning
* The `toString()` predicate is now less verbose for CIL entities. The old `toString()` behavior
can be recovered by using `toStringExtra()` and `getQualifiedName()`, respectively.