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
System.IO.FileNotFoundException: Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' ... #3
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'