Search code examples
visual-studiounit-testinguwpvisual-studio-2017visualstudio.testtools

missing UnitTestFramework in visualstudio2017


I updated VisualStudio from 2015 to 2017. When i try to launch UWP unit tests, it seems that Microsoft.VisualStudio.TestPlatform.UnitTestFramework does not exists (it gives me an error). I tried with Microsoft.VisualStudio.TestTools.UnitTesting and project builds and run but it does not execute my tests. How can I fix it?

Thanks


Solution

  • I resolved it with a complete reinstall of visualstudio.