SpecFlowOSS / SpecFlow.VS

The next version of the Visual Studio extension for SpecFlow
MIT License
36 stars 10 forks source link

Specflow extension no longer automatically detects changes in steps definition #125

Open Gwarion opened 1 year ago

Gwarion commented 1 year ago

Used Visual Studio

Visual Studio 2022

Are the latest Visual Studio updates installed?

Yes

SpecFlow Section in app.config or content of specflow.json

No response

Issue Description

I am using specflow 3.9.74 with xUnit. I have migrated from VS2019 + Specflow for VS2019 for the 2022 versions.

With 2019 When I delete or create a step in a [Binding] class, the feature files detects the changes and

Without having to recompile the project

With 2022 When I delete or create a step, I need to rebuild the test project first. If I dont rebuild

Is that change in behavior expected ?

Steps to Reproduce

Create a project using

Create a new feature file and add any scenario. Generate the step and copy them to the proper step file. Save the step file

Nothing happens in the feature file.

Link to Repository Project

No response

Gwarion commented 1 year ago

would it be possible to trigger an update to the binding registry cache on a binding class save ?