DotCover can not generate coverages
I use Visual Studio 2017 Enterprise and Visual Studio 2013 Community and ultimate resharper.
When I run Coverage All Tests from Solution in VS2017 , I have got a message as below after unit tests end:
2018.05.31 10:51:35.287 ERROR Coverage analysis: Processing coverage snapshots: 'C:\Users\projhs\AppData\Local\Temp\ssd.Peqofac.tmp' failed: Not found the key in dictionary ('Not found the key in dictionary I have translated '지정한 키가 사전에 없습니다.' into English')
I event reinstalled resharper but it is same situation.
What can I do?
Please sign in to leave a comment.
Hi,
Please do the following:
- close your solution
- go to %temp%\JetBrains\ReSharperPlatformVs[N]\vAny_[XXX]\CoverageData folder
- find _[YourSolutionWithBrokenCoverage].[XXX] folder and remove it.
- reopen the solution and repeat coverage analysis