Skip to content

System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' ... #3

@sebalopez

Description

@sebalopez

Hello,
I am running into this error when attempting to use the conversion from a Jenkins agent with .NET 4.7.1

System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.
File name: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
   at CoberturaConverter.CommandLine.Program.<DotCoverToCobertura>d__4.MoveNext()
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)
   at CoberturaConverter.CommandLine.Program.DotCoverToCobertura(CoberturaConverterOptions options)
   at CoberturaConverter.CommandLine.Program.<Main>d__0.MoveNext()

This is the pipeline step:
powershell '& C:\\CoberturaConverter.CommandLine.1.1.3\\tools\\net471\\CoberturaConverter.CommandLine.exe -i dotCover.xml -o cobertura.xml -s DotCover'

Any ideas what could be missing?

thanks
Sebastian

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions