AxoCover
AxoCover copied to clipboard
Issue with AxoCover test runner and one test.
I am getting this error with one of my tests, but this error only shows with the AxoCover Test runner not the Visual Studio Test Explorer.
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a'.
Debug Trace: Not adding Apps for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\Apps Not adding Framework for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\Framework Not adding MainWindow for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\MainWindow Not adding Screens for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\Screens Not adding Providers for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\Providers Not adding Assets for IoC, used C:\WINDOWS\Microsoft.Net\assembly\GAC_32\Microsoft.VisualStudio.TestPlatform.MSTestAdapter.PlatformServices\v4.0_14.0.0.0__b03f5f7f11d50a3a\Assets
Exact same issue for me. AxoTestRunner fails 2 tests I have wrote that pass in the Test Explorer. Would love to use this tool as free options for code coverage in Visual Studio are pretty limited for .NET Framework applications. A work around or solution to this issue would be great! Thanks.