Terje Sandstrom
Terje Sandstrom
Nunit.COnsole 3.13 Adapter 4.1 NUnit 3.13.2 netcoreapp3.1 Repro : https://github.com/nunit/nunit3-vs-adapter.issues/tree/master/Issue912 Command: nunit3-console Issue912.dll Result:  The adapter has embedded engine DLLs, but the same error happens if these are deleted...
1. See https://docs.nunit.org/articles/nunit/writing-tests/TestContext.html#testparameters The correct property name is is TestContext.Parameters, the TestParameters is the type. 2. There are more properties that are not documented, see https://github.com/nunit/nunit/blob/master/src/NUnitFramework/framework/TestContext.cs , e.g. TestAdapter, ResultAdapter...
The right hand context aware menu could have indentation to make it easier to see which level it refers to. Example:  There is a lot of sub-items, and they...
The XML format for [Test Results](https://github.com/nunit/docs/wiki/Test-Result-XML-Format) are documented, but the format for the different test events are missing. E.g. test-output, test-case, start-suite, start-test,
From time to time, Editorconfig crashes with a core error on files named like StackTractExplorerEditor.Bozepih when compiliong. The extension name may vary. The file comes from Resharper, but I am...
WIP *** DO NOT MERGE *** Changed test case filter to use NUnit Filter. Added a featureflag for testing purposes, have now left it default true, but keep open the...
This is extracted from Issue #301 " FransBouma commented on Aug 15, 2017 I know I'm late to the party here, but maybe this will help: For v3, trace output...
Immediate test-output to the Output/Tests window can be achieved by using the TestContext Error and Progress properties. There is an issue in NUnit https://github.com/nunit/nunit/issues/2908 to add the properties Information and...