Socolin

Results 121 comments of Socolin

I cannot publish a new update, I would recommend you to upgrade to latest version of Rider, or to build the plugin yourself by cloning the repo and running ./gradlew...

Hello, It would help to provide a repro and maybe check the logs too (see `backend.log`), the error you describe look like an exception during the update of the cache...

Hello, I would like to have more info about the problem here, is it only to avoid putting `[Binding]` on the child class or is there more to it ?...

What happen if 2 class implements the `StepDefinitionsInherit` ? (I suppose it's where the `Scope` attribute is useful but I would like a confirmation)

I added support for [Scope] I'll check the inheritance next

Thanks for the details, should be fixed in the next release, you can already test this with this build https://github.com/SpecFlowOSS/SpecFlow.Rider/actions/runs/7005615857

Also be sure to build (or rebuild) the solution

@deadmann can you share the project with us ? or can you reproduce this on a smaller project that you can share, it will help us identify the problem. Also...

For this we would just require a json schema file for specflow.json and put it here https://www.schemastore.org/json/

Schema is now available and we can already get completion by adding "$schema": "https://specflow.org/specflow-config.json",