Tags: reqnroll/Reqnroll
Tags
Binding Discovery: Wrap calls to .GetCustomAttributes in try/catch (#… …1006) * Wrap calls to .GetCustomAttributes in try/catch in order to resiliently handle loading errors while reflecting during binding discovery. * Add comment about the error handling way Handle exceptions during type attribute loading and return false to prevent further error reporting. * Update CHANGELOG Added improvement to binding discovery and updated contributors. --------- Co-authored-by: Gáspár Nagy <gaspar.nagy@gmail.com>
Feature: Skeleton Methods Generated as Async Methods (#876) * Added ReqnrollConfiguration Trace setting 'GenerateStepDefinitionSkeletonAsAsync` (boolean). When true, step definition generated when a step is missing will use the Async form (supporting C#, VB and F#). * Updated tests to include testing of async step definition templates. * Update Changelog * Modified approach to combine the async flag into the StepDefinitionStyle enum. * small cleanup * update docs * remove F# style from docs, as it is anyway not documented in the config part * UNDO default setting change --------- Co-authored-by: Gáspár Nagy <gaspar.nagy@gmail.com>
Fix: nuspec referencing incorrect Cucumber.HtmlFormatter version (#868) * Fix: nuspec referencing incorrect Cucumber.HtmlFormatter version * fix CHANGELOG Updated CHANGELOG to include issue number and contributor handle. --------- Co-authored-by: Jorg de Bont <j.bont@ellips.com> Co-authored-by: Gáspár Nagy <gaspar.nagy@gmail.com>
PreviousNext