Is there a tool that can be run through a visual studio solution and configure access modifiers for everything that is not called in the solution, is converted to private or internal, where applicable?
I suppose I could just change everything to private, and then use the compiler messages and do it manually ... but it might take some time if something was automatic, it would be fantastic!
access-modifiers c # visual-studio refactoring
Caffgeck
source share