Home
.NET Tools Support | JetBrains
Submit a request
Community
Sign in
Ekaterina Solovova
Follow
New articles and posts
New articles, posts, and comments
Total activity
212
Last activity
December 09, 2019 17:13
Member since
July 18, 2012 14:19
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
94
Activity overview
Articles (4)
Posts (0)
Comments (114)
Sort by votes
Recent activity
Votes
Created
August 14, 2019 12:21
Hello Roger, dotCover provides statements coverage. By statements, we mean points in code on which debugger can stop during program execution. These points are generated by the compiler. dotCover r...
Community
dotCover discussions
What does dotcover actually count? Rows? Statements?
1 vote
Created
July 05, 2019 12:39
Hello, Yes, dotCover works with Visual Studio Community edition, .Net Core, and xUnit. Could you please say which version of .Net Core you are using? Currently, we have a problem with supporting .N...
Community
dotCover discussions
Not getting Code Coverage - Warning HRESULT E_FAIL
1 vote
Created
September 27, 2017 11:41
Hi Dan, Thanks a lot for the details! Glad to hear that it works now.
Community
dotCover discussions
dotCover says "document has been changed"
1 vote
Created
September 19, 2017 17:21
Hello Dan, I'm terribly sorry for such a long delay! dotCover compares actual checksums (MD5 and SHA1) of source code files with those that have been written to PDB during the build. Such details a...
Community
dotCover discussions
dotCover says "document has been changed"
1 vote
Created
March 01, 2017 12:00
Hello Goran, In order to exclude FakeItEasy.dll from the analysis please use the following filter with your "cover" command: /Filters=-:FakeItEasy (without ".*"). It should help to get rid of downl...
Community
dotCover discussions
Dotcover.exe report tries to connect to raw.github.com
1 vote
Created
February 10, 2017 13:09
Hello, The problem consists in that dotCover 2016.3.x doesn't fully support new portable PDB format. As a workaround in 2016.3 you can try one of the following options: - disable "Include not loade...
Community
dotCover discussions
Coverage analysis failing due to "Invalid stream header!"
1 vote
Created
March 14, 2016 12:46
Hi Hari, We have finished the investigation and we believe that the cause of the problem in your case is that Smocks library modifies IL-code in assemblies, updates pdb-files for them, but doesn't ...
Community
dotCover discussions
Unit Testing works but dotCover failes to run test: Unrecoverable Error
1 vote
Created
September 26, 2019 16:53
Hello! Sorry for not replying in time! dotCover doesn't support Xamarin projects yet. Regarding odd method names under the ViewModel on the screenshot: these are lambdas with a single parameter of ...
Community
dotCover discussions
Xamarin Support
0 votes
Created
September 26, 2019 16:43
Hi Mat, Sorry for not replying in time! But, you are right, unfortunately, dotCover doesn't support coverage results import.
Community
dotCover discussions
Import code coverage results from other tools?
0 votes
Created
September 04, 2019 13:07
Hello Eric, Doesn't it help if you cover all tests in the "tests" popup window? If it doesn't help, please try to 'Drop coverage data' and restart coverage in all your unit test sessions.
Community
dotCover discussions
Code Coverage Wrong After 2019.2 Update
0 votes
1
2
3
4
5
6
›
»