Michael Raue

Results 5 comments of Michael Raue

@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...