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.

Console runner not found category

See original GitHub issue

public class InDevAttribute : CategoryAttribute { public InDevAttribute() : base("InDev") { } }

image

When a class is inherited from the Category attribute, it converges. If you specify explicitly [Category("InDev")], then all the tests are.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
CharliePoolecommented, Apr 5, 2019

Well then, to state the obvious, something is broken. 😈

My memory says this used to work and we had tests for it. We certainly must not have tests right now or they would be failing. I’m curious so I’ll take a look.

0reactions
CharliePoolecommented, May 9, 2019

@KellsoHP Haven’t heard back from you regarding the last comment and question, so closing this. If you provide any more info so we can reproduce it, we can re-open.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nunit-console runner not running any tests
So whenever I ran the function it was not running correctly. To fix this you can go to the Test xml file output...
Read more >
VSTest.Console.exe command-line options - Visual Studio ...
Learn about the VSTest.Console.exe command-line tool that runs tests. This article includes the General command-line options.
Read more >
Console Command Line
Console Command Line. The console interface runner is invoked by a command in the form. NUNIT3-CONSOLE [inputfiles] [options].
Read more >
TeamCity On-Premises - Getting Started with NUnit
The NUnit runner field defines the NUnit version used to run tests. When configuring your build step for NUnit 3, the Path to...
Read more >
Run and Debug Java in Visual Studio Code
Cannot find a class with the main method. No delegateCommandHandler for vscode.java.startDebugSession when starting Debugger. Failed to resolve classpath.
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