I have been running StyleCop over some C# code, and it keeps reporting that my using directives should be inside the namespace.
using
Is there a technical rea
According to Hanselman - Using Directive and Assembly Loading... and other such articles there is technically no difference.
My preference is to put them outside of namespaces.