Mikkel Nylander Bundgaard

Results 159 comments of Mikkel Nylander Bundgaard

I'm no expert in copyright, but I don't see a problem with this. Note that all the "Compatibility" files above are removed in the master branch as NUnit 4 will...

I'm sorry. I just reread my comment, and I can see that it is _very_ ambiguous. With > I'm no expert in copyright, but I don't see a problem with...

I think this makes sense - also Charlie has a similar suggestion in https://github.com/nunit/nunit/issues/3573#issuecomment-638170465 > I'd vote for leaving the current behavior but giving the user some way to ask...

@iamdmitrij I guess the problem is that NUnit has an explicit `CategoryAttribute` - see e.g. https://docs.nunit.org/articles/nunit/writing-tests/attributes/category.html - and as far as I can remember this attribute is actually just implemented...

> > Sorry, we don't currently support running the TestCaseSource in parallel although it is something that we could think about for NUnit 4. Marking as idea. > > as...

@MarkKharitonov I don't think that there are any immediate plans. All issues in NUnit are resolved by volunteers, and people tend to solve issues that matter to them or that...

Regarding the project being empty, then it also looked empty when I checked now, but I clicked in the menus, and now it contains: #3067, #1396, #1358, #796, #548 (but...

Can you provide some more context? Is there a stacktrace or similar, so we can determine what is trying to access "/home/sbx_user1051". Does it help if you try the `--work=PATH`...

I guess you'll have to code it yourself. Depending on how you execute your tests then the different assemblies can be executed in parallel in different processes, so you'll need...

I don't see any `TestContext.CurrentContext.Result.Outcome.Status`. How does the test look like and how do you access `TestContext.CurrentContext.Result.Outcome.Status` ?