I have two indicator packages. Let's call them A and B.. I recently added an indicator to package B which calls an indicator from package A. During the export of package B, I was informed that the indicator from package A was being included. The export completed successfully. However, when users try to import the new package B, they get a number of error messages with error code CS0433 saying that the called indicator exists in both packageA.dll and packageB.dll.
Is the easiest way to resolve this just to include a copy of the called indicator in package B, or is it possible to retain the current structure of the two packages?
Thanks

Comment