codeql/csharp/old-change-notes/2020-10-28-cil-to-string.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 строки
200 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2020-10-28 13:01:42 +03:00
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.