How to indetify a package uses in the project?(Not an activity package)

I’m migrating some projects from legacy to Windows and have encountered many dependency conflicts. I’ve been able to resolve these issues using the NuGet Package Explorer or by creating duplicate packages with .NET 6.0 support from the scratch . Most of the conflicts involved activities, but I discovered a new dependency that doesn’t contain any activities: MultiCaptchaSolver.

I suspect this package might be used directly in VB, but I’m unsure how to identify the syntax or references for it throughout the project

My primary goal is to find any references to this package and, if it’s not in use, remove it to resolve conflicts. If there are references or use cases, I can explore alternatives or modify the original package.

Hi @indiedev91

Check the below thread,

Hope it helps!!

Ik this approach will work very well to identify the references , but thats the last option i have, can you suggest me some other solution

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.