My process does not have UI automation, but i’m still getting “no unused dependencies were found”, when removing unused dependencies. Its a REF Framework.
Is there a way to find activities that are using a specific package?
My process does not have UI automation, but i’m still getting “no unused dependencies were found”, when removing unused dependencies. Its a REF Framework.
Is there a way to find activities that are using a specific package?
Quick and Dirty:
Hey @NiesonF
You can try to create a backup and try removing the package. If something actually needs it, Studio will show you exactly which file or activity is using it during compilation.
This will solve your problems if not then share a screenshot of the error
Nice, will try this.