unit testing - Getting code coverage in .net core, xUnit project -
i'm trying code coverage in .net core project using directions https://github.com/microsoft/vstest-docs/blob/master/docs/analyze.md#working-with-code-coverage
however, when add code coverage option error:
starting test execution, please wait... unable read data transport connection: existing connection forcibly closed remote host. object reference not set instance of object.
maybe have experienced , share knowledge how fix it?
when tried run powershell administrator problem disappeared, guess has access permissions.
Comments
Post a Comment