CharliePoole
CharliePoole
@OsirisTerje Keep in mind that I worked on that code four or five years ago. Both the code and I have changed. :-) However, each worker has a single "worker...
@OsirisTerje IIRC @jnm2 did some work in that area and may have further insights.
Somebody else will have to figure out how this works _today_ but I wanted to mention a basic assumption underlying a lot of NUnit historically, which may not be written...
Should a debug build be (1) a separate package like nunit_debug? (2) a different suffix for the same package like nunit-3.xx-dbg? In the first case, there would be a separate...
If it's all done automatically, as now for dev builds, it seems like they are equally easy to do. Usage differs in that a feed, which mixes two different sorts...
This issue with still exists and ideally should be fixed. However, it could also be avoided by eliminating support for `--domain:single`. The beta 4.0 console runner no longer supports running...
When you use the attributes on a method with parameters, a property is created on the Test suite, which contains all the individual cases. It was probably a design flaw...
@oznetmaster Not sure what nunit-runner in nunitlite/nunit-runner refers to - is it the nunitlite-runner component or do you mean the runner inside of nunitlite?. Also, as you know, there is...
My suspicion is that man of these have to do with how the engine resolves dependencies. So, as a start, I've identified the code changes between engine version 3.18.1 and...
@MaceWindu Thanks for the repro... I'll try to make it work with the engine directly, without involving the adapter, and debug through it. The 5.2.0 adapter used version 3.18.1 of...