Code cleanup makes visual studio namespaced
I am adding a stylecop to one of our projects and one of his recommendations is to embed names inside a namespace. I was wondering if there is a way to make Visual Studio the default?
I know I can be done 1 , however I don't have a re-sketch for this project, I wondered if VisualStudio can do this?
+3
source to share
1 answer
You can edit the New Class template using the instructions given here:
How do I edit Visual Studio templates for a new C # class / interface? ...
+2
source to share