docs icon indicating copy to clipboard operation
docs copied to clipboard

Documentation for all active NUnit projects

Results 107 docs issues
Sort by recently updated
recently updated
newest added

https://github.com/nunit/docs/wiki/Internal-Trace#design: > By default, all output through **InternalTrace** is sent to the console, which means it is mixed with other console output. Note that the trace mechanism bypasses NUnit's redirection...

type:bug
area:console

https://github.com/nunit/docs/wiki/XML-Formats Would be nice if you could add a schema for NUnit 3.0 too, as you did for NUnit 2.0

waiting-on:blocked

https://github.com/nunit/docs/wiki/XML-Formats -> http://nunit.org/files/testresult_30.txt e.g. of error: "environment" must be child of "test-suite", but in the sample its parent is "test-run" There might be more errors, maybe add a more recent...

We've seen a few examples of folks asking why parallelism isn't working for them and it turns out that they're not realizing that they're sharing mutable state between threads. Sometimes...

type:newpage
area:framework

Hi all, Referring to: https://github.com/nunit/docs/wiki/RequiresThread-Attribute does anyone know a scenario for putting the RequiresThread attribute on Assembly level? Reason for this question is that we observed that anyway - even...

The specifications section of the wiki contains a number of items that were never implemented or were only partially implemented. They need to be reviewed and incorporated in the docs...

Hi guys, first forgive me if this is not the right place to ask questions, but to me it is most suitable. I remember that I've seen somewhere in the...

This page https://github.com/nunit/docs/wiki/.NET-Core-and-.NET-Standard is at the top level of the general NUnit menu, but it only gives info about using the VS adapter. Either it should be located under the...