CharliePoole

Results 1012 comments of CharliePoole

Well, to be fully accurate, Enabled is not a property of the extension but of the ExtensionNode. The extension doesn't need to know it's enabled/disabled because it only runs when...

Cleaner to do this for 4.0, where we are allowed to make breaking changes!

May just be a doc fix. Users should not edit our addins files but should simply add their own in addition.

This was once confirmed but we need to re-confirm using the latest release.

@nunit/engine-team Doesn't the engine get distributed with access to source code for debugging? Maybe we should make `--agent-debug` available in release builds so people can step through it? @asendimitrov Just...

Does your .NET Standard assembly reference the NUnit framework? NUnit's definition of a "test assembly" is any assembly, which references the framework. If such an assembly is under your control,...

I notice you are using 3.10, which is quite old. Can you use a newer version? Preferably 3.15.0?

OK. I'll look at the code. It may be that the check is in the wrong place, since __every__ assembly has to be examined in order to determine if it's...

@rcocks-hl If you are building from current source, rather than the 3.15 source, then the project loader extension won't work. It has not yet been updated to use the 4.0...

@rcocks-hl It sounds as if this is still an issue in 3.15.2 then. I'll try to confirm it with an example. Meanwhile, if you want to run using the solution...