Steven Weerdenburg

Results 453 comments of Steven Weerdenburg

Hi @seanpoulter and welcome. Thanks for taking an interest in this ticket, you're very welcome to contribute. It looks like @mikkelbu has already given a bit of guidance above, but...

As noted in [discussion ](https://github.com/nunit/nunit/discussions/4250) @VentuzKarolStrozynski has provided a great example and use case for why this is a desirable feature > I would use the NUnit Console and it...

I'm going to close this due to inactivity. If you're still having troubles and can provide us with more info, please let us know.

I revisited the benchmarking and it did seem to make a big difference on both net48 + net8.0. I'm not sure what the issue was last time. // dotnet run...

I'm proposing this as a `good first issue`. It should be a matter of wrapping this `for` loop in a call to `MemoryExtensions.SequenceEqual()` based on the above example benchmark. https://github.com/nunit/nunit/blob/829e30403188e7517c6c8a81fa7f521195b66a92/src/NUnitFramework/framework/Constraints/Comparers/StreamsComparer.cs#L65...

I agree with @jnm2 that this would be good to get done but I don't think I'll have time to tackle this myself in the near future so I'm fine...

@rprouse This is assigned to you but would you mind if someone else picked this up?

@MJB222398 Can you give a code example of how you would use this? While I haven't tested this myself, I suspect NUnit's internal instantiation and handling of these attribute may...

I can confirm, I hit this while testing a separate bug report today. I haven't tested different permutations for this but if it's as @manfred-brands says and that the formatting...