Péter Major
Péter Major
AxoCover was originally made for MSTEST for my personal use. Xunit was requested by community, but it to work properly, I needed to fork its runner and add a small...
No, it is because the internal changes between minor versions are substantial, e.g. dll name changes, namespace, class renames, interface incompatibility etc. AxoCover uses the runner for visual studio internally,...
The changes are on the AxoCover branch, you will need to pull the new code from the actual xunit remote (so need to add a remote in git), then you...
You need to update the fork: https://github.com/axodox/visualstudio.xunit to xUnit 2.3.1 then build AxoCover with it.
@adamralph It is not there are no plans or similar, but I have put the project on the parking lane for a while now, as it consumed too much of...
@Panzki You should compare the AxoCover and master branches of the mentioned VS xunit plug-in fork. Those changes need to be migrated to the version of XUnit you need. Then...
@Panzki https://github.com/axodox/visualstudio.xunit is used to generate a nuget package, which is used inside AxoCover. So if you have migrated to the latest version, simply generate the nuget package and put...
I am open to that too, if there is someone willing to take over the work.
The nag is not a feature, this code was made before VS 2017 was even released and before that updates were quite rare so there was no consideration. I think...
BTW it even prompts when it is enabled.