Steven Weerdenburg
Steven Weerdenburg
Sounds like this behaviour is also present in the `RangeAttribute`
There's a bit of a discussion here about which forms of which attributes have static or instance forms: https://github.com/nunit/nunit/issues/3537 Charlie mentions there that there is a form of `TestCaseSource` and...
Oops, now that I caught up I see we've already discovered that this is a general reporting issue when there's an exception in the constructor, regardless of cause
I can confirm that the test passes on NUnit 3.10.1 and fails on 3.13.3. It seems like we accidentally brought the DictionaryContainsKeyConstraint out of sync with the native ,NET behaviour...
This looks unrelated to the behaviour of ContainsKey and more related to the implicit conversion operator which is handled at compile-time by the compiler injecting an `op_Implicit` call to convert...
I really like this idea. > Should there be a better restore mechanism such as adding an IDisposable return to the method so it can be used The dispose model...
I am curious if this is, in part, by design within the framework based on the changes described in https://github.com/nunit/nunit/issues/1139 to allow `Console.Error` output immediately rather than waiting until the...
I could be mistaken, but I think I recall this being added around the time of some performance regressions in the 3.11 or 3.12 time range. The performance of these...
Thanks for raising attention to this. I've transferred it to the framework repo
I'm curious if this is a duplicate of #1461 as both seem to seek making the seed generation more deterministic