Joseph Musser

Results 395 comments of Joseph Musser

> It feels like a bit of a semantic oddity to me. Why does something I have as a dependency of my test project affect how the test runner is...

Oh, true. `--load-extensions` is better for that. Would it ever be beneficial to disable the default loading search logic? I can't think of a reason.

The priority seems high to me even if it's contrived or impossible to demonstrate the problem with the console runner or adapter. If my memory is right, the same issue...

A side note on the GUI: I would be concerned about running the engine on the UI thread. I'd be vaguely afraid of side effects. One being that the responsiveness...

Wait a second, I remembered wrong. Control chars are totally banned in XML and cannot even be escaped. This means that test names with control characters cannot be represented in...

I'm slowly catching up to where you all are. This issue might depend on https://github.com/nunit/nunit/issues/3063#issuecomment-432788447.

@OsirisTerje I'm currently thinking we wouldn't even need additional encoding such as base64 if the framework and adapter ensure that there's no such thing as a test name with control...

@OsirisTerje I hear what you're saying. We should probably raise this question about parameterized FQNs. However, if NUnit Framework decides that all test names will be prefixed with `T-` by...

@CharliePoole What would that look like? I reread but I'm not seeing a subset stand out to me as less breaking.

> Net Foundation newsletter... @jnm2 Will you just pick it up or do you need something? I've had the thought that it might be a better model for each repo...