nunit3-vs-adapter icon indicating copy to clipboard operation
nunit3-vs-adapter copied to clipboard

NUnit 3.0 Visual Studio test adapter for use under VS 2012 or later

Results 114 nunit3-vs-adapter issues
Sort by recently updated
recently updated
newest added

## Current results The current output for my test in Visual Studio is as following and is missing the stacktrace line for the indiviual failed assertion: ![image](https://github.com/nunit/nunit/assets/3033827/79dad81e-dc9a-4282-941f-5fd7183d35a0) The same output...

is:bug

ConsoleOut = 2 is now default, but that means Standard console output is converted to Warnings. That made sense many years ago, but now that dotnet and VS are in...

is:breakingChange

NUnit version: 3.13.3 NUnit3TestAdapter version: 4.4.2 Visual Studio 2022 Version 17.5.4 .NET 6.0 **Description:** In Visual Studio, given an NUnit test case with a string that contains ").", such as...

is:bug
Investigate

Support for visual studio [TestExplorer hierarchies](https://github.com/microsoft/vstest-docs/blob/main/RFCs/0033-Hierarchy-TestCase-Property.md). While writing unit test I want to be able to specify the hierarchy in test explorer. With this commit the steps to do so...

is:enhancement

See #1039 The acceptable frameworks are listed here: https://docs.nunit.org/articles/vs-test-adapter/Supported-Frameworks.html The exception mentioned in #1039 is a side-effect exception, normally we should see an engine exception. These needs to be connected...

is:enhancement

Using `[Property("Category", "Test")]` on a test, does not work as expected with property name "Category". Property name with value "Category" is omitted from Visual Studio Test Explorer: ``` [Test] [Property("Category",...

confirm

* NUnit and NUnit3TestAdapter versions: 3.13.3 and 4.3.1 * Visual Studio edition and full version number (see Help About): VS 2022 17.4.2 (v 4.8.04084) * What .net platform and version...

Investigate

When reporting a bug, please provide the following information to speed up triage: * NUnit and NUnit3TestAdapter versions - **4.0.1 and 4.5.0** * Visual Studio edition and full version number...

is:question

When reporting a bug, please provide the following information to speed up triage: * NUnit and NUnit3TestAdapter versions: ``` ``` * Visual Studio edition and full version number (see Help...