Péter Major

Results 121 comments of Péter Major

I used the [built-in settings capability of .Net](https://msdn.microsoft.com/en-us/library/aa730869(v=vs.80).aspx), and while it works fine usually, it seems it does not tolerate reinstalls without forgetting all the settings. I guess I was...

So the problem is likely not VS 2017 itself, but rather that there are updates coming every other week or so, which trigger this loss of settings more often.

I see no issue with adding this, however I am still working out some bugs with the support of NUnit and xUnit, and MSTestV2.

Good idea, I don't know when I will have time, but this should be quick to do.

Thanks for reporting the issue. Based on that it also failed when you used VS2015, it is not related to VS 2017 specifically. Could you provide some more data: -...

I posted the telemetry error here: https://github.com/axodox/AxoTools/issues/19 Please check if you see anything similar in the output window.

Can you create a small example project which causes AxoCover to fail test discovery and upload it in a zip here? So I can reproduce your issue. (There were no...

Ok, no problem, if you download the source code, try debugging https://github.com/axodox/AxoTools/blob/master/AxoCover/Models/TestProvider.cs. This is the class discovering the tests, it is quite simple, and should show what goes wrong. You...

Not as of now, currently AxoCover uses the build target path queried from Visual Studio API. However I could simply add this to version 1.1 since it can store settings...

AxoCover uses the built-in runners as otherwise I was running into compatibility problems. However I tested it with latest MSTest, and now the master branch has it. Please download it...