Skip to content

Tags: reqnroll/Reqnroll

Tags

v3.3.4

Toggle v3.3.4's commit message
fix CHANGELOG

v3.3.3

Toggle v3.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v3.3.2

Toggle v3.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG to remove Improvements section

Removed the 'Improvements' section from the changelog.

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md to remove Improvements section

Removed the 'Improvements' section from the changelog.

v3.3.0

Toggle v3.3.0's commit message
review/update CHANGELOG

v3.2.1

Toggle v3.2.1's commit message
fix CHANGELOG for patch release

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v3.1.2

Toggle v3.1.2's commit message
update CHANGELOG

v3.1.1

Toggle v3.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v3.1.0

Toggle v3.1.0's commit message
fix CHANGELOG