This tool is an extension to the Analyzer that is present in Visual studio. This tool will
highlight all the occurrences of usage of string.Format in the code and highlight it by default as warning. Tool will allow
the user to option to change the syntax to new way o...
This tool is an extension to the Analyzer that is present in Visual studio. This tool will highlight all the occurrences of usage of string.Format in the code and highlight it by default as warning. Tool will allow the user to option to change the syntax to new way of String Interpolation in Place of string.Format which is available with C# 6.0.