SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.23k stars 752 forks source link

add DateTimeStyles to DateTime(Offset)ValueRetriever #2565

Closed bollhals closed 2 years ago

bollhals commented 2 years ago

This change adds a way to modify the DateTimeStyles used when parsing.

Types of changes

Checklist:

SabotageAndi commented 2 years ago

I like this idea. Would you have some time to add a paragraph to https://github.com/SpecFlowOSS/SpecFlow/blob/master/docs/Bindings/Step-Argument-Conversions.md?

bollhals commented 2 years ago

Sure, will update the docs and forward integrate 👍

bollhals commented 2 years ago

I like this idea. Would you have some time to add a paragraph to https://github.com/SpecFlowOSS/SpecFlow/blob/master/docs/Bindings/Step-Argument-Conversions.md?

@SabotageAndi But this isn't used for Step-Argument-Conversions is-it? Should I add it to SpecFlow.Assist-Helpers?

SabotageAndi commented 2 years ago

@bollhals You are completely right.

bollhals commented 2 years ago

Can you check if the doc is fine for you?

SabotageAndi commented 2 years ago

Perfect @bollhals!