Open Closed

Don't obfuscate public namespaces of the commercial assemblies please #1819


User avatar
0
hillin created

The obfuscated namespaces of the commercial assemblies made the intellisense popup quite a mess:

Yes I'm pretty sure they are from abp:


6 Answer(s)
  • User Avatar
    0
    alper created
    Support Team Director

    which class are you trying to use ?

  • User Avatar
    0
    hillin created

    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.

  • User Avatar
    0
    hillin created

    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.

  • User Avatar
    0
    alper created
    Support Team Director

    Public classes are not being obfuscated. Those are private and protected ones which you'll not use.

  • User Avatar
    0
    hillin created

    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.

  • User Avatar
    0
    alper created
    Support Team Director

    @hilin thanks for the feedback. we have reported your concerns to the team and they'll investigate on that.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11