an.c.
✅ Can't get `InternalsVisibleTo` to work
I had the same namespace (by name) in both assembly and so
MyClass
was not found in MyNamespace
because MyNamespace
was not the one from the external assembly, but it was fetch from the same assembly.
An extern alias fixed my issues.
Thank you all for the support.74 replies