CharliePoole

Results 1012 comments of CharliePoole

@nunit/engine-team I'd like to clarify what I told @varnk on SO, adding a bit of nuance to my statement there... :-) When we created the console runner and engine (long...

I should add that it's __not yet verified__ that the port causes this problem. That's just my speculation based on past problems. In fact, any shared resource used by the...

From the documentation for @FILE... "Specifies the name (or path) of a FILE containing additional command-line arguments to be interpolated at the point where the @FILE expression appears. Each line...

I no longer work on the NUnit project, but it does look as if the particular expression `--where test==...` may have a bug, which the @nunit/framework-team could address. I do...

It looks like the error is in the use of statics initialized in lines 26-28 of `TestAssemblyResolver`. Even though the class is only built for .NET Core 3.1 or higher,...

You may want to try the full NUnit console runner rather than the dotnet tool version, which is more limited. The full runner executes under the .NET Framework, but launches...

Please explain. You haven't said why you believe you would need to modify your project files and I can't think of a reason. That said, I can't guarantee that the...

OK, I see that is confusing. Of course the "how to install" info on nuget doesn't tell you anything about how to install a tool outside of nuget. All the...