Specflow Binding from External Assembly always purple
问题 I have bindings in an external assembly (As per the specflow docs here) We need this, as we are making a generic library of Step Definitions that can be used in any of our test suites. It works, however some specflow functionality does not appear to work. Namely: All steps are highlighted purple (Indicating that it cannot be matched with a binding) If you select a step and hit F12 or right-click and select "Go To Step Definition", it says it cannot find a matching binding. However, the code