Steven Weerdenburg
Steven Weerdenburg
## Usages ### Numerics.Difference https://grep.app/search?q=Numerics.Difference No usages outside of NUnit ### Numerics.Compare https://grep.app/search?q=Numerics.Compare Majority of references are to copies of either `nunit.framework.xml` or `NUnitLite.XML` which has been distributed from the...
@CharliePoole This has already been triaged, but do you mind if I ask your thoughts here given a semi-recent comment by you in another issue of mine relating to that...
Thanks @CharliePoole always appreciate your historical insights. > It was envisioned that someone would want to add new numerics by extending the class. In fact, however, I don't think that's...
Thanks for your interest @x789 and thanks for assigning this @mikkelbu 😁 @x789 a change like this would probably require two PRs (one into v3.13-dev to mark it as obsolete,...
Thanks @x789 no, no work left. It must've been left open by accident
We may want to wait until #4050 merges before doing this so that the `Array.Empty` usage in #4034 can be simplified
When doing this, we should also include the bugfix covered by #4104
Thanks @vpenades ! Though sorry, I should've been clearer in my other comment. We usually like to get input from a few team members before moving forward with a change....
Thanks for catching this @manfred-brands . I like the idea of exposing a CancellationToken on the test context myself. It seems like the least-intrusive opt-in approach here which is non-breaking...
Thanks @Netzeband My first thought had also been `SetupFixture` though you are right: that is "global" only within a single assembly. I also don't know of a built-in feature which...