Skip to content
This repository was archived by the owner on Nov 15, 2021. It is now read-only.
This repository was archived by the owner on Nov 15, 2021. It is now read-only.

SharpDevelop integration #359

@ddur

Description

@ddur

So far it was possible just to drop new binaries in Sharp Develop \bin\tools\OpenCover[x86|x64].
It does not apply any more.

When I copy Release binaries and run, coverage.xml is empty, no error messages.
`

`

Running Debug binaries reports message:
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.

Sharp Develop generated command:
"[......]\SharpDevelop\bin\Tools\OpenCover\OpenCover.Console.exe" -register:user -mergebyhash -target:"[......]\bin\Tools\NUnit\nunit-console-x86.exe" -targetdir:"[......]\Source\Test\Project\bin\Debug" -targetargs:"\"[......]\bin\Debug\Project.dll\" /xml=\"[......]\Source\Test\Project\bin\Debug\Project-TestResult.xml\" /pipe=\"df535cbf-c30c-4549-ba92-4a67d2bc53e7\" /run=\"ProjectTest\"" -output:"[......]\Source\Test\Project\OpenCover\coverage.xml" -filter:"+[Solution]Namespace1* +[Solution]Namespace2* "

I do not know what is changed in OpenCover (profiler?) after 4.5.2506.1
Maybe problem has to do with /pipe=\"df535cbf-c30c-4549-ba92-4a67d2bc53e7\" option used in command?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions