Chris Rudolphi

Results 61 comments of Chris Rudolphi
trafficstars

I have drafted a set of scenarios and bindings to simulate the conditions we've discussed (and added a scenario to demonstrate an AE that does not include an inner exception)....

Yes, good point. I'll do that when I convert this to the unit test format suggested by @gasparnagy .

I have a branch on my fork of SF with the changes we discussed. Take a look at: BindingInvoker uses ExceptionDispatchInfo when rethrowing a captured exception. https://github.com/clrudolphi/SpecFlow/blob/SF2649/TechTalk.SpecFlow/Bindings/BindingInvoker.cs The tests for...

Both suggestions accepted and implemented. @gasparnagy - I tried both mechanisms (PreserveStackTrace and ExceptionDispatchInfo). Both resulted in the same stack trace content. I included the use of the ExceptionDispatchInfo as...

@gasparnagy - TestExecutionEngine updated. [PR submitted](https://github.com/SpecFlowOSS/SpecFlow/pull/2667)

Let's confirm expected behavior: - should All tags on Rules be copied to their Scenarios or only the Ignore tag? - what it a tag exists at both the Rule...

@gasparnagy I could use some guidance. I have added a confirming test as you suggested. It currently fails (as expected). The generated unit test code is confusing me a bit,...

@gasparnagy I now have something working. Pls review this and let me know your thoughts. I am somewhat cautious of unintended side effects. The test I have defined is this:...

FYI, github Build is failing b/c one produced component (FileSinkPlugin) gets published only to my local Nuget store. It can then not be found by the build pipeline in github.