I'm trying to switch to using sources, but I keep running into problems where it seems that the assemblies (for which we do not have sources) in the Gizmox.WebGUI.Assemblies project are out of date.
Specifically, the assemblies have a misnamed namespace (Gizmox.WegGUI.Vitualization.IO - should be Virtualization). The sources reference the proper name, but there is a compile error because the Common assembly still has it misnamed.
Also the Common assembly seems to be missing the Gizmox.WebGUI.Hosting namespace which should have the HostContext class in it.
I've verified these specific cases using Reflector, just to make sure that I didn't have a caching issue.
When can I expect these to be updated so that they match.
Vincent