← Back to team overview

nunit-core team mailing list archive

[Bug 992837] Re: Unable to Debug using VS Test Adapter

 

** Project changed: nunitv2 => nunit-vs-adapter

** Changed in: nunit-vs-adapter
    Milestone: None => 0.92

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/992837

Title:
  Unable to Debug using VS Test Adapter

Status in NUnit Test Adapter for Visual Studio:
  Triaged

Bug description:
  Per Ian Bavey:

  We looked at the bug that has been logged by some customers where
  NUnit tests can’t be debugged using the Unit Test Explorer and we
  tracked it down to a problem in NUnitTestExecutor.cs. If line 67 in
  NUnitTestExecutor.cs is changed

  FROM:
     var selectedTestsMap = assemblyGroup.ToDictionary(tc => tc.DisplayName);

  TO:
     var selectedTestsMap = assemblyGroup.ToDictionary(tc => tc.FullyQualifiedName);

  then debugging works. Is that something you can update and publish
  soon? I think it would make a lot of users happy.

  See discussion on VS Code Gallery

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunit-vs-adapter/+bug/992837/+subscriptions


References