Péter Major
Péter Major
I will check this at the weekend. Until that I suggest you use MSTest V2 1.2.1 as latest AxoCover, which should resolve the issue. If you are not at the...
AxoCover does not interact with build directly, it only processes the event build completed to extract the list of unit tests from the build output. You may want to install...
Current release version only supports MSTest, Latest prerelease version supports XUnit. Go to https://github.com/axodox/AxoTools/releases and check latest xNUnitSupport build.
.Net core is not yet supported. It will come depending on how much free time I have, which is not much as of now.
@craigseymour I have made some significant changes which addressed issues resulting in same behavior as you described. Can you try latest xNUnitSupport release? Maybe it helps you too...
Json style projects and .Net core is not supported yet, it is planned after next major update.
Great, by that time I should also have the xUnit, NUnit, MSTestV2 changes finished and released, so I can work on the .Net Core support. This will also require changes...
Hi, I am sorry to say it, but I decided to hold off the .Net Core work for now. Unfortunately I really don't have the free time required to support...
Hi @skynode. I made a list for you below: 1. I suggest to try OpenCover support for .Net Core out first without AxoCover, a post here provides a starting point:...