Joseph Musser

Results 746 comments of Joseph Musser

My leaning is still to let it crash, since this not an issue specific to NUnit but is just how the ImmutableArray type implements the collection interfaces. You'll see the...

More missing attributes for this page that could be interesting to tooling authors: - - - - -

@koszeggy How do you use discards then, e.g. `expr switch { Something => 1, _ => 2 }`?

@MgSam I don't think the view is that this is expensive anymore, and my view is that it's straightforward to address the mentioned corners. Back at the time, the corners...

🎉 LDM approved the proposal! A backup plan was also pre-approved. If preferable for implementation, we could do a version of this which did not provide lookup through generic type...

@MkazemAkhgary > Are you refering to methods that directly return a Task without awaiting it? > Does this solve your problem? No, I don't think Vladimir is lost.

Interesting. These thread IDs start coming out the same if ParallelScope.Children is used, _unless_ you are debugging: ```cs using NUnit.Framework; using System.Threading; [assembly: Parallelizable(ParallelScope.Children)] public class Fixture { [Test, Apartment(ApartmentState.STA)]...

> Fixtures marked as an STA can run in parallel with other STA fixtures. I was not able to reproduce this. The thread ID is the same for me, so...

> > > > The SDK doesn't know what that directory is. The directory containing the solution does not need to contain all the source files. > Consider, e.g. repository...

I see. So no matter what the default SourceRoot strategy is (including not having a default), files could end up outside it. You've also raised the point that original file...