You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support to map Slice modules to different namespaces
using cs:namespace metadata
Fixeszeroc-ice#122 slice2cs generates invalid namespace qualification
The following Slice code generates invalid C# code with both 3.6.4 and 3.7.1
The generated code will lookup for Point in
Foo::test
rather than::test
We should always use
global::
for full qualified namesThe text was updated successfully, but these errors were encountered: