Home
.NET Tools Support | JetBrains
Contact Support
Community
Sign in
Alexander Nikolaenko
Total activity
53
Last activity
June 11, 2024 10:44
Member since
June 22, 2021 08:18
Following
0 users
Followed by
1 user
Votes
1
Subscriptions
22
Activity overview
Articles (5)
Posts (0)
Comments (25)
Sort by recent activity
Recent activity
Votes
Created
March 12, 2024 19:22
Hello,Try using "cover-everything" command (https://www.jetbrains.com/help/dotcover/dotCover__Console_Runner_Commands.html#cover-everything). Note the command prompt should be opened with administr...
Community
dotCover discussions
How to use dotCover cover-iis to get coverage for web API that host on IIS with OutProcess module
0 votes
Created
March 12, 2024 18:55
Hello folks,Sorry for leaving this issue unattended for a while. I have created an issue in the bug tracker (https://youtrack.jetbrains.com/issue/PROF-1489). Please refer to the further updates the...
Community
dotCover discussions
[JetBrains dotCover] Failed to start coverage analysis. Failed to register X64 core COM object: Failed to verify COM object.
0 votes
Created
January 08, 2024 15:03
Hello Omar Franco,It is a known issue DCVR-12223, which was fixed in 2023.3.2.
Community
dotCover discussions
record constructor is not covered
0 votes
Created
December 19, 2023 07:32
Hello Lucapirozzi Lpi I would assume that the test process itself has crashed:The active test run was aborted. Reason: Test host process crashed :Do you receive the same error running tests without...
Community
dotCover discussions
dotCover code coverage script - GPU process isn't usable
0 votes
Created
December 13, 2023 13:20
Hi folks,A new theory has just come up regarding this issue. Please try adding the `--DisableNGen` dotCover parameter and see how it goes.Please post here comments with the results.
Community
dotCover discussions
[JetBrains dotCover] Failed to start coverage analysis. Failed to register X64 core COM object: Failed to verify COM object.
0 votes
Created
December 13, 2023 08:03
Hello folks,Thank you for your interest in this request. Unfortunately, we did not manage to reproduce the same error either locally or in the Azure DevOps environment. So, in order to start the in...
Community
dotCover discussions
[JetBrains dotCover] Failed to start coverage analysis. Failed to register X64 core COM object: Failed to verify COM object.
0 votes
Created
December 13, 2023 07:50
Hi Bryan Pedlar Could you please collect the logs by running dotCover CLT with the following parameters? /CoreLogMask=Api;InstrumentationGt /PdbServerLogMask=0 /LogLevel=Trace /LogFile=C:\log\dotc...
Community
dotCover discussions
Dotcover command line process seems to hang mid-way through a test run
0 votes
Created
November 30, 2023 10:18
Hi Roman,It is a known issue TW-85181. Please check if any of the following environment variables are set with a 0 value on build agents: COMPlus_EnableDiagnostics COMPlus_EnableDiagnostics_Profile...
Community
dotCover discussions
DotCover in Teamcity stopped reporting coverage after project upgrade to .NET 8
0 votes
Created
November 21, 2023 12:14
dotCover will build the coverage tree according to the build artefacts. In the coverage tree, you will see covered and uncovered code entities. Looking at uncovered entities you may inspect them an...
Community
dotTrace discussions
Find dead code in asp.net project
0 votes
Created
November 21, 2023 11:24
Hello Mathias Ronnlund,dotCover is the best choice for such a usecase. It will show all the statements executed in runtime, so you can easily define useless code. You may run coverage analysis of A...
Community
dotTrace discussions
Find dead code in asp.net project
0 votes
«
First
‹
Previous
Next
›
Last
»