Rik Smeets
Rik Smeets
@SabotageAndi I created an example project for it over at https://github.com/rik-smeets/specflow-3-test-explorer. In the feature files is a description of the occurring issue and the possible workarounds as I described before....
@SabotageAndi Thanks for your analysis. What do you mean with 'old format'? Do you mean compared to .NET Core projects? The repro project is a new solution/project, created from scratch...
Alright, thank you. Do you think this issue can be resolved within the possible limitations of the old .csproj format?
@SabotageAndi Thanks for your analysis. I migrate projects to the new csproj format where possibly, but in some cases (like with non-Core ASP.NET applications), this isn't a possibility. Perhaps there...
I resolved the problem in our solution, which is dependent on (non-Core) ASP.NET and therefore cannot be upgraded to an SDK-style project. What you can do to resolve this issue:...
Is this something you want to continue working on @reticulatingsplines ?
I'll try to figure out the cause and make a fix after my PR #18057 has been completed.
I'll take a shot at this one too.
As said by @Gymnasiast , I'm not sure this is a feature the community wants or needs adding. You also shouldn't copy and commit changes from the develop branch into...
I intend to look at this issue too once #18057 has been completed.