Sune Foldager
Sune Foldager
Basically, we (I work with the same code as the reporter) think it happens when a lot of data (but seemingly much less than 2GB) is sent over the same...
Well, that makes sense. However @CharliePoole 's comment: > However, it's only in the console that we limit the number of agents and the console runner doesn't need to have...
Just to be clear on the above: I need the test count in order to display progress.
@CharliePoole I agree it's a bit hack-ish. Having the extension activate the load would be ideal, but I don't see how it's possible at the moment. The extension interfaces don't...
@rprouse, alright, then. I'll have to keep the changes in my local build since we need progress reports on our large suites. Also note that the PR fixes another crash...
@rprouse Of course it would be easy to add a method/property "ShouldLoad" to ITestEventListener but that would break all existing extensions. Alternatively, a new callback-style interface could be optionally implemented,...
@CharliePoole Yes... although the problem with that is that my extension only activated when a certain environment variable is present, so as not to mess with regular console runs. With...
@CharliePoole Great. As for disabling/enabling by path, note that `nunit3-console --list-extensions` don't show any paths, which would make that a bit hard to discover. I suggest doing it by name...
@CharliePoole, for background, in my extension, I activeate/deactivate it based on the presence of an environment variable. I'd prefer a command line option. I don't think we need to be...
Recently, PowerShell, or PSReadLine, stopped expanding ~ to your user profile, which makes the slash issue much worse. Now, if I type a "less" command line (using git's less) like...