Deployment overrides unlocked package file instead non-namespace file

Issue #2463 resolved
Marko Čirič created an issue

I have 2 classes with the same name one from an unlocked package and one without namespace:

  • Utility and
  • adut.Utility.

When saving the Utility file the adut.Utility gets overriden instead of Utility.

If I run the command sf project deploy start -m ApexClass:Utility --target-org <alias> the correct file gets updated (Utility) and not the adut.Utility as it happens with Ctrl+S.

Comments (7)

  1. Log in to comment