8000 GitHub - t-johnson/StringToStringAnalyzer: Visual Studio 2015 Analyzer to find and fix ToString() calls on strings. · GitHub
[go: up one dir, main page]

Skip to content

t-johnson/StringToStringAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

0