-
Hi, is collecting coverage from running Web Application (asp.net core 3.x, 5.x) supported? I tried OpenCover 4.7.1189 but wasn't able to do it. I saw mentions that .net core is supported (e.g. #595), OTOH #1016 says "from the next release" so it's a bit confusing... I created a simple demo web application, for example: Then I tried collecting coverage using various opencover command lines, did not succeed. For example:
Web application starts, I click on it in web browser, then close it in console with Ctrl-C.
Here web application does not seem to start.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I've not tried. OpenCover is a code coverage tool that is really meant for use against testing frameworks such as NUnit, XUnit, VSTest and their runners and this is how I use it. If you have a sample that repeats the issue I can try then I may be able to help diagnose the issue if I have the time. |
Beta Was this translation helpful? Give feedback.
-
Build #1028 solved it (Posting new comment so I can mark this as "answered" - seems you can't mark replies as "answers") |
Beta Was this translation helpful? Give feedback.
Build #1028 solved it
(Posting new comment so I can mark this as "answered" - seems you can't mark replies as "answers")