Steven Weerdenburg

Results 453 comments of Steven Weerdenburg

Ah! Thanks @manfred-brands I may've missed that when rereading the issue today to refresh myself on the discussion @MaxKot thanks for your patience while awaiting PR review. I aim to...

Thanks for the report @csim To help us understand, is there a reason the tests must target net45 as a compilation target?

@VulumeCode Just to confirm: Are you looking for a way to group assertions inside of a "multiple" block so that each subgroup will fail-fast and only report the first failure?...

I agree with @mikkelbu that this can seem a little misleading, as well as that changing this could break others' code. As far as the the change itself, breaking changes...

I like the `Scope` terminology suggestion as it's consistent with the existing `ParallelScope`. In terms of a `TypeHierarchy` value, what would be the expected behaviour of something like this: ```csharp...

FWIW running it once for the whole hierarchy (that is, the class and all its descendants) strikes me as likely the simplest to reason about and perhaps then more desirable....

Having thought about this a bit more, I think two other considerations here are: - Is the `OneTimeSetup` method static or not - Is there any interplay with `FixtureLifeCycle` I...

Great point about directing people to Slack instead!

`Assembly.Location` has also proven to be an issue when running nunitlite in the browser via blazor (https://github.com/nunit/nunit/issues/4320). Perhaps a fallback could be found which works for both cases. As @OsirisTerje...

@OsirisTerje @CharliePoole Thanks for your investigations in the originating issue. Is this just a matter of ensuring the framework escapes this when encountered, or are there other considerations? I could...