namespace Company.Product.System
{
using System;
using System.Collections.Generic;
...
This generates compiler errors because now Visual Studio can't find System.Collections.Generic;
. Is there a way to workaround this? I don't want to hear about if this is a bad idea not, this decision comes from above me and I have very little choice in the matter.