I have an area called ```System```. So inside the generated files, the namespace is ```Lib.Areas.System.Controller``` 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. Meanwhile, is there a work around this?
I think its better to use ```global::[Namespace]``` in the generated code. Meanwhile, is there a work around this?