rossmasday

Results 8 comments of rossmasday

I have the same issue running version 12.0.0: Error from [com.netflix.nebula.lint.rule.GradleLintRule$1] processing source file [null] > Task :fixGradleLint FAILED FAILURE: Build failed with an exception. * What went wrong: Execution...

Hi @SabotageAndi the same code and issue exists in the v4 beta branch too, line 83 catch : https://github.com/SpecFlowOSS/SpecFlow/blob/v4.0.7-beta/TechTalk.SpecFlow/Bindings/BindingInvoker.cs#:~:text=catch%20(AggregateException,%7D

It is possible for aggregate exceptions to carry a message, even if it is not usual, it is also possible for aggregate exceptions to carry more than one inner exception....

Looks good, just one point about the inner exceptions, rather than creating new instances and storing them, it would be more realistic, and help to ensure all data is there,...

Looks good, is it worth adding a scenario with multiple inner exceptions to ensure that it never regresses to just showing the first inner exception again?

We currently run Azure sql edge on M1 Macs and regular sql on x86/x64 (for double the compatibility), I managed to get it to work using the TestContainers package that...