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
I resolved it with a complete reinstall of visualstudio.