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
dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
with this exception
.nuget\packages\coverlet.msbuild\2.6.0\build\netstandard2.0\coverlet.msbuild.targets(35,5): error : One or more errors occurred. (Could not find file 'xunit.runner.reporters.netcoreapp10_80657940-b3f8-4975-a559-76a4f2f9439f.pdb'.)
The text was updated successfully, but these errors were encountered:
you have to exclude xunit or include only specific lib i.e. /p:Exclude="[xunit*]*" or /p:Include="[Build]*" you can verify instrumented lib appending -v:n at the end of dotnet test command.
Version
2.6.0
crash testswith this exception
The text was updated successfully, but these errors were encountered: