You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Hi there.
This appears to be fixed via #102 as is now in the trunk.
Any ideas when a new release is going to be created?
I am more than happy to spare some time to get involved with this to move things along as I know other people have lots of other work commitments etc.
I cannot really start using this tool until the NUnit 3.x mods are part of a formal release....
Regards.
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:
Best regards
Pawel Elert
The text was updated successfully, but these errors were encountered: