6 Answer(s)
-
0
which class are you trying to use ?
-
0
It's not about what class (in the commercial assemblies) to use. As soon as any of these assemblies is referenced in my project, their obfuscated namespaces contaminate the intellisense popup, they appear whenever I type any code.
-
0
Oh I forgot to mention it was ReSharper's intellisense popup. I haven't checked if the default intellisense shows them. For now the workaround is to disable namespace suggestions in ReSharper's intellisense settings, which obviously is not a smart idea.
-
0
Public classes are not being obfuscated. Those are private and protected ones which you'll not use.
-
0
True, but I can still see their namespaces in the intellisense popup, that's the concern here. I'm totally okay that you obfuscate the classes, but please leave the namespaces alone.
-
0
@hilin thanks for the feedback. we have reported your concerns to the team and they'll investigate on that.