Unit Test for unused variables

Hi All,

In my solution, I have a file that contains string variables which are being used by different projects in the solution. I want to write a unit test to find out if there are any unused string variables in this file across the entire solution. And if so, the developers should remove the unused variables. 

Is that possible?

0

Please sign in to leave a comment.