Replies: 1 comment 2 replies
-
Is this also producing the problem or only the first one? Was this ever working? Are your tests running if you run To better diagnose, please try with a simple Reqnroll project with minimum required dependencies and keep adding yours to see where it gets wrong. |
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 the error I am getting:
This is the csproj for my test project:
this is the assembly binding I have for this project:
I also have another project which is a test project and this is its csproj:
this is its bindingAssembly:
I have ensured that all the dependencies are injected in the IObjectContainer for both test projects but I am having an issue when it comes to discovery.
In total I have 4 projects:
Please help resolve the Test Discovery issue as my test projects have all the necessary dependencies and binding assemblies
Beta Was this translation helpful? Give feedback.
All reactions