Files
codeql/csharp/change-notes/2020-12-17-format-method-empty-overload.md
2020-12-17 15:39:01 +01:00

2 lines
344 B
Markdown

lgtm,codescanning
* For string formatting methods, such as `System.Console.WriteLine(string format, params object[] arg)`, we now also recognize overloads without insertion parameters as string formatting methods. For example, `System.Console.WriteLine(string value)` is now also a member of the class `FormatMethod` in `frameworks/Format.qll`.