-
Notifications
You must be signed in to change notification settings - Fork 47
Description
Hi,
I have tried to run OpenCover.UI with newest version of nUnit (3.6.1), but I receive error as reported below. Digging into google, I get impression that /runlist switch referenced by OpenCover.UI is only working with nUnit console runner v.2 and not in nUnit console runner v3. Am I right?
Below please find exact error:
144 tests found
-target:"C:\Users\pelert\PE\IMA_code\packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe" -targetargs:""C:\Users\pelert\PE\IMA_code\Ima.Udm.Aggregators.UnitTest\bin\Debug\Ima.Udm.Aggregators.UnitTest.dll" /runlist="C:\Users\pelert\PE\IMA_code\OpenCover\2017_04_28_09_36_52_3652.txt" /nologo /noshadow /result="C:\Users\pelert\PE\IMA_code\OpenCover\2017_04_28_09_36_52_3652.xml"" -output:"C:\Users\pelert\PE\IMA_code\OpenCover\612d48c3-64b6-4c93-8144-c019667c8b34\53242027-742e-452a-b00f-f027657b05c0.xml" -hideskipped:All -register:user
144 tests found
Executing: C:\Users\pelert\PE\IMA_code\packages\NUnit.ConsoleRunner.3.6.1\tools\nunit3-console.exe
NUnit Console Runner 3.6.1
Copyright (C) 2017 Charlie Poole
Committing...
No results, this could be for a number of reasons. The most common reasons are:
1) missing PDBs for the assemblies that match the filter please review the
output file and refer to the Usage guide (Usage.rtf) about filters.
2) the profiler may not be registered correctly, please refer to the Usage
guide and the -register switch.
Invalid argument: /runlist=C:\Users\pelert\PE\IMA_code\OpenCover\2017_04_28_09_36_52_3652.txt
Invalid argument: /nologo
Invalid argument: /noshadow
Versions used:
- OpenCover exe: 4.6.434.0
- OpenCover.UI: 0.8.1
- Visual Studio (inc. SP number): 2015
- NUnit: 3.6.1
Best regards
Pawel Elert