Michael Raue
Michael Raue
I could reproduce it, the special thing here is xUnit. If I switch to MSTest then it works.
@SabotageAndi Alright, I have pushed a minimalistic repro project here: https://github.com/michaelraue/specflow-issue2580 In the README is a short description how you can reproduce it on your machine. Interesting detail is that...
I also tested NUnit, this works fine (also added it to the repro project, see comments in `.csproj`). So it seems to be an issue related to xUnit.
@SabotageAndi Works indeed! @ts46236 Yes it has to be, because the interface doesn't know `objectContainer.BaseContainer`
I tested a bit more and it works in every environment (VS, Rider, Run, Debug) with all test integration libs (MSTest, NUnit, xUnit). @SabotageAndi would you suggest to always go...