Code Refactor - Include Namespace in existing files

  • Thread starter Thread starter Augustin Prasanna
  • Start date Start date
A

Augustin Prasanna

Is there any simpler way to add 'Namespace' to existing classes? I have
around 6000+ classes for which i need to add 'namespace'.

Regards,
Augustin
 
Is there any simpler way to add 'Namespace' to existing classes? I have
around 6000+ classes for which i need to add 'namespace'.

Regards,
Augustin

oh god....6000+ class ?????!!!!!!!
Perhaps you can write a consol application... to loop through every
directory and the append the cs file with required namespace...
 
But the problem is, how will i locate the exact location where i need to
insert the 'namespace'? The signatures might not be same. Some might have
attributes etc..
 
Back
Top