Used Visual Studio
Visual Studio 2022
Are the latest Visual Studio updates installed?
Yes
Content of reqnroll.json (if present)
{
"$schema": "https://schemas.reqnroll.net/reqnroll-config-latest.json"
}
Issue Description
Go to step definition not working and project binding is not getting discovered. Also cs files are not generated for the feature files: some error message i can share:Info Found V3.0.0 at C:{Project folders}\bin\Debug\Reqnroll.dll
Info Chosen BindingRegistryFactoryVLatest for 300000
Error System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.IO.FileNotFoundException: Could not load file or assembly 'System.Configuration.ConfigurationManager, Version=0.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. The system cannot find the file specified.
.
.
.
Warning: AndDiscoveryProviderSucceed: The project bindings (e.g. step definitions) could not be discovered. Navigation, step completion and other features are disabled.
Steps to Reproduce
Migrated from specflow to reqnroll
Link to a project repository that reproduces the issue
No response