Search Unity

Bug UnityEngine.TestRunner.Player.csproj

Discussion in 'Testing & Automation' started by daxiongmao, Jul 31, 2022.

  1. daxiongmao

    daxiongmao

    Joined:
    Feb 2, 2016
    Posts:
    412
    This projects name is UnityEngine.TestRunner and does not include the .Player in its name.
    This is causing duplicate project names in the solution.

    Visual studio handles this, but when trying to use this solution from MSBuild it does not handle duplicate project names.

    Code (CSharp):
    1. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.TestRunner", "UnityEngine.TestRunner.csproj", "{214D5B6C-056B-9D2B-1092-8492FF28286A}"
    2. Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnityEngine.TestRunner", "UnityEngine.TestRunner.Player.csproj", "{00BB1DA5-B54B-0642-0E0B-33B3E0CBC7BF}"
    It also seem impossible to remove this package when using Visual Studio tools.