CharliePoole

Results 1012 comments of CharliePoole

I'm wondering if the filter is being used to exclude the setup fixture, which would also keep the test fixtures from running. I'll try to track it down further to...

Interesting. Our `DriverService` already does what you suggest in the face of a `BadImageFormatException`. But this exception comes in the code that initially examines the assembly in order to select...

Ah. That would make sense. I think we should go through all the "pre-discovery" we do with Cecil and try to handle errors in a more friendly way. In terms...

I'll try to work on it over the weekend. Considering that I'm not employed and sheltering in place at home, it's amazing how many things I have going on. :smile:

Me too. :-) Note that option (a) is already available using the various values of the `--labels` option - see the docs. However, this doesn't help if you are trying...

@mikkelbu Nice list! Let's consider how to do this. * News on our home page... @rprouse what's the process for this? * Net Foundation newsletter... @jnm2 Will you just pick...

@elv1s42 GitHub issues are how we get feature requests as well as bug reports, so that's fine. However, it's not clear what you are asking for. What do you mean...

Allowing Engine extensions to access console arguments is a bit of a tricky concept. The engine has no idea whether it is being run by the console runner, gui runner,...

@elvis42 I'll take a look at the interfaces a little later and add some comments about how this might be done without breaking compatibility for existing extensions.

Random thoughts off the top of my head... Nice idea! Seems slightly related to extension properties, which are currently readonly and used by the extension to tell the runner more...