Michael Pöttgen
Michael Pöttgen
Same problem here. Created a pull request.
Experiencing the same problem for Shelly devices with a combination of the Shelly integration and a "AVM FRITZ!Box Tools" integration. Expecting to see Shelly icons for the Shelly devices, but...
Looking at the stack trace: ``` An exception was thrown while loading the test. System.ArgumentNullException: Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at Bobs.PDF.Tests.Reader_Tests.get_TestFiles() in...
It does appear that nunit/nunit#1241 describes the use case. I wanted to use TestDirectory, but it's not available on .NET Core for whatever reason and WorkDirectory seemed to be more...
I didn't even realize that NUnit wasn't netstandard because it just worked. Of course that explains why there is not implementation of `TestDirectory`. For now I'm using ``` string testDirectory...
@rprouse On my machine, for whatever reason, duration in TestExplorer is reported as "min", whatever that is supposed to mean (it does not appear to be minutes). For @BalassaMarton's 1...