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

VS2019 16.2.4 NUnit 3.12.0 NUnit3TestAdapter 3.15.1 TestSDK 16.2.0 Start a new solution with a .NET Core (or Net Framework, I don't think it or version matters) project (with nunit+adapter+sdk references)...

is:bug
resolution:unknown

Given this test fixture: ``` csharp [TestFixture] public class TestClass { [OneTimeSetUp] public void FixtureSetup () { Console.WriteLine ("FixSetUp"); } [SetUp] public void SetUp () { Console.WriteLine ("SetUp"); } [TearDown]...

is:bug
pri:normal

* NUnit and NUnit3TestAdapter versions `` `` * Visual Studio edition and full version number (see Help About) Microsoft Visual Studio Professional 2019 Version 16.5.4 * A short repro, preferably...

is:bug
is:FQNIssue

Hello, I'd like to adjust the "Class" or some other column in VS Test Explorer after test execution with a simple text: ![grafik](https://user-images.githubusercontent.com/26689688/115908055-f2629380-a469-11eb-9993-68bf2fcf78b2.png) I would like to see there something...

is:question
VS Issue
External
ReportedToMS

[TestCase( "\uffff" )] public void Test_01(string value) { TestContext.WriteLine( value ); } After running this test stays white. Neither green nor red, just white. Why? It is very strange.

Given a unit test that makes use of a sequence of test cases with custom name using `TestCaseData.SetName`, VS Test Explorer seems to fail to pick up the test result...

is:bug

Consider the below test case, the language is Icelandic. ![image](https://user-images.githubusercontent.com/43884208/74819064-d0c9c180-5325-11ea-9c0f-7977195a0c5e.png) The test explorer shows this test case as ![image](https://user-images.githubusercontent.com/43884208/74819262-1b4b3e00-5326-11ea-9d23-4c95f6b64dfc.png) Notice that \u0081 is being added in between two characters as...

is:bug
good first issue

NUnit: v3.12.0 NUnit3TestAdapter: v3.16.1 VS Edition: Professional 2019 VS Version: 16.4.4 This issue is probably related to Visual Studio rather than NUnit, but I thought you guys might have some...

is:bug
VS Issue
External

Similar to https://github.com/nunit/nunit3-vs-adapter/pull/541, we should consider embedding all other assemblies that might conflict with user test project dependencies. https://github.com/nunit/nunit3-vs-adapter/issues/573 has a short-term fix by catching up the version, but this...

is:enhancement