Visual Studio 2015 Analyzer to find and fix ToString() calls on strings.
Debug.WriteLine("abc".ToString());
gets fixed to:
Debug.WriteLine("abc");
where "abc" could be a literal, or a variable, or returned from a method
8000
| Name | Name | Last commit date | ||
|---|---|---|---|---|