Open godrose opened 6 years ago
@SabotageAndi I found the reflection problem manually. It would be nice to have it surfaced or dumped for faster debugging
@godrose Until https://github.com/techtalk/SpecFlow/issues/1305 is not fixed, I won't be able to have a look at this.
@SabotageAndi Is there any update?
@godrose No, no progress on this issue. An sample application to reproduce this error would help to make the needed changes.
SpecFlow Version:
Used Test Runner
Version number: 3.0.132-beta
Visual Studio Version
Are the latest Visual Studio updates installed?
.NET Framework:
Test Execution Method:
<SpecFlow> Section in app.config
{ "bindingCulture": { "language": "en-us" }, "language": { "feature": "en-us" },
"plugins": [], "stepAssemblies": [ { "assembly": "BDD.NetCore.Steps.Adapters" }, { "assembly": "BDD.NetCore.Launcher" } ] }
Repro Project
None
Issue Description
There is an inner exception during
SpecFlow
initialization which isn't surfaced and thus its source is unclear:Steps to Reproduce
Unfortunately I can't share the code here