Replies: 1 comment 2 replies
-
Some things i can assure:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is already discussed here and here.
I am trying to use stryker with one of our test projects in C#. This projects references many other source-projects (not just the one testing) and even another test project. I think this is
When running stryker with
dotnet stryker -L
is gives me :No project references found. Please add a project reference to your test project and retry.
The directry where i issue the command
dotnet stryker
contains theProject.Test.csproj
-File, e.g. the test project directry is the working directory. The referenced solution file lives two levels up.Below i pasted stryker config file, parts of the csproj file of the testproject, and the log output.
The console output is:
The log file contains this: (the timestamps missmatch but the output is identical)
The
.csproj
-File:Stryker Setup:
Beta Was this translation helpful? Give feedback.
All reactions