Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StringToStringAnalyzer

Visual Studio 2015 Analyzer to find and fix ToString() calls on strings.

Finds and fixes instances like this:

Debug.WriteLine("abc".ToString());

gets fixed to:

Debug.WriteLine("abc");

where "abc" could be a literal, or a variable, or returned from a method

About

Visual Studio 2015 Analyzer to find and fix ToString() calls on strings.

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages