Search Unity

(Case 1180788) Unity 2019.2.3f1 assembly references are bugged

Discussion in 'Editor & General Support' started by MNNoxMortem, Aug 31, 2019.

  1. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    Although it detects Moq.dll
    moqBug1.PNG

    and it is added to the asmdef

    moqBug2.PNG

    I get an compiler error

    moqBug3.PNG

    which is obvious because it does not really add it to the csproj references

    moqBug4.PNG
     
  2. EduardDraude

    EduardDraude

    Joined:
    Mar 8, 2019
    Posts:
    60
    Hi,
    did you solve this problem? In my case it is working for EditorMode tests, but not for Playmode tests. As in your case Unity keeps complaining not to know the reference, even when Moq.dll is referenced
     
  3. MNNoxMortem

    MNNoxMortem

    Joined:
    Sep 11, 2016
    Posts:
    723
    Sorry, I have moved away from that project and can't tell you anything in particular about the current state of Moq in Unity.