question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NUnit3TestAdapter 4.0.0: test owner no longer is written to .trx file

See original GitHub issue

Since using version 4.0.0 of the NUnit3TestAdapter a test owner is no longer written to the .trx file when using the TFS VSTest@2 task. (With NUnit3TestAdapter 3.17.0 this worked for me.)

I specify a test owner via the NUnit framework property ‘Owner’:

[assembly: NUnit.Framework.Property("Owner", "......")]

My context is:

  • NUnit 3.12.0
  • NUnit3TestAdapter 4.0.0
  • Visual Studio 16.11.1
  • TFS on-premises Dev18.M170.8 (using VSTest@2)

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
KlausDrcommented, Oct 25, 2021

Thanx a lot, works as expected for me now.

0reactions
OsirisTerjecommented, Sep 24, 2021

This issue has been fixed in NUnit 3.13

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exception in OneTimeSetUp has no stack trace · Issue #671
I run them in one of two ways: Visual Studio 2019 with ReSharper. The "Exception doesn't have a stacktrace" message is printed as...
Read more >
Adapter V4 Release Notes
NUnit3 Test Adapter for Visual Studio and Dotnet - Version 4.5.0 - May 30, 2023. This is a version supporting the upcoming NUnit...
Read more >
Unable to run NUnit tests after upgrading to VS2022 17.4.0
After updating VS Pro 2022 to the newest available version 17.4.0, I am no longer able to run any NUnit tests in one...
Read more >
NUnit3TestAdapter 4.0.0
The NUnit3 TestAdapter for Visual Studio, all versions from 2012 and onwards, and DotNet (incl. .Net core). Note that this package ONLY ...
Read more >
NUnit3TestAdapter 4.5.0
The NUnit 3 Test Adapter runs NUnit 3.x tests in Visual Studio 2012 and newer. You can download the latest release version alternate...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found