Is there a way to put all "using" statements used on top of each cs file in a common file and then reference that common file?
Asked
Active
Viewed 22 times
0
-
I have edited your title. Please see, ["Should questions include “tags” in their titles?"](http://meta.stackexchange.com/questions/19190/), where the consensus is "no, they should not". – Tim Schmelter Mar 06 '13 at 08:03
-
Please note that references and `using` directives are actually two distinct concepts. – Damien_The_Unbeliever Mar 06 '13 at 08:05
-
The short answer here is "no, there is not - directives must be per-file (except for some ASP.NET scenarios where you can cheat)" – Marc Gravell Mar 06 '13 at 08:08