Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NUnit integration issue. #15

Closed
AlexanderButs opened this issue Mar 25, 2018 · 2 comments
Closed

NUnit integration issue. #15

AlexanderButs opened this issue Mar 25, 2018 · 2 comments
Labels
bug Something isn't working

Comments

@AlexanderButs
Copy link

Hi.

First of all thanks a lot for Your initiative to write cross platform coverage library :) I've been using OpenCover and been dreaming about cross platform analogue :)

I have NUnit test project and try to integrate coverlet, but get an error:
...
Total tests: 13. Passed: 13. Failed: 0. Skipped: 0.
Test Run Successful.
Test execution time: 1.4340 Seconds

Calculating coverage result...
C:\Users\Alexander.nuget\packages\coverlet.msbuild\1.0.0\build\netstandard2.0\coverlet.msbuild.targets(19,5): error : Could not find file 'C:\Users\Alexander\AppData\Local\Temp\TicTacToe_1a57e94d-46ac-44ce-9320-99f8c74d6267'. [C:\Work\TicTacToe\test\TicTacToe.Test\TicTacToe.Test.csproj]

I tried Hanselman's project and it works well.
You can find my project here https://github.com/AlexanderButs/TicTacToe
Thoughts?
Thanks one more time for great job.

@tonerdo
Copy link
Collaborator

tonerdo commented Mar 25, 2018

@AlexanderButs thanks for opening this up. #11 fixes this issue and a new NuGet package will go out within 24 hours

@tonerdo tonerdo added the bug Something isn't working label Mar 27, 2018
@tonerdo tonerdo closed this as completed Mar 27, 2018
@AlexanderButs
Copy link
Author

Thanks. It works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants