I am running StyleCop over my C# code and it keeps reporting that my using statements should be inside the namespace.
Is this correct? Where i should keep this?
Both code is working fine, but i want to know what is correct way?
I am running StyleCop over my C# code and it keeps reporting that my using statements should be inside the namespace.
Is this correct? Where i should keep this?
Both code is working fine, but i want to know what is correct way?