Hi,
I want to use Moq in my PlayMode tests. It works normally for the EditorMode tests.
Moq.dll is referenced in my assembly, but I keep getting the error:
The type or namespace name 'Moq' could not be found (are you missing a using directive or an assembly reference?)
Does someone have a hint on this issue?
Using Unity 2020.1.8f1 and using Extenject Plugin with its bundled Moq.dll (GitHub - modesttree/Zenject: Dependency Injection Framework for Unity3D)