Is it possible to run the Unity3d Tests inside of Rider? Rider detects those tests but the result is "Inconclusive, Test not run".
The Unity3D plugin is installed.
答案 0 :(得分:0)
简短的回答是否定的,因为程序集依赖于Unity本机代码(而不是.NET),这使得测试依赖于整个引擎(Unity support plugin for ReSharper bug更多)。
对于ReSharper来说,fails on running pure NUnit tests
还有一个更严重的问题