I have a ```System``` namespace, i.e. ```XXX.System.XXX``` in my project which is causing massive amount of errors on the generated code because the .net ```System``` namespace is being hidden by mine.
I think its better to use ```global::[Namespace]``` in the generated code.
I think its better to use ```global::[Namespace]``` in the generated code.