The steps I have taken:
[ExtensionAttribute]
.addins
file which contains *dll
line (to reference all dlls in its directory)When I try to run a test, nothing happens. Solution Explorer keeps loading indefinitely.
I have not been able to find any step by step instructions for configuring this.
I had followed the official nunit docs
as well as this question without success.
I am trying to run my tests with Visual Studio 2017 no the console runner
Any suggestions or pointers? What am I missing?
I don't believe the NUnit 3 Adapter currently loads Extensions. They should work with the Console Runner however.
See the open issue here: https://github.com/nunit/nunit3-vs-adapter/issues/222