Closed
Description
Hi there
Running nunit3-console.exe with arguments similar to the following does not apply the filter specified in /where to the results which are seen on the output.
"C:\MyRepo\MyAssembly.dll" /explore /noheader /where="cat==Awesome"
All tests are returned by /explore, including those which do not satisfy cat==Awesome
This was found in NUnit Console Runner v3.0.5813