Hi.
https://github.com/marcusoftnet/SpecFlow.Assist.Dynamic/wiki/Conversion-conventions#property-value-type-conversions needs to be updated with the correct order of operations (or maybe remove it?).
The code in the CreateTypedValue function (
|
private static object CreateTypedValue(string valueFromTable, bool doTypeConversion = true) |
) indicates the following order:
- int
- decimal
- double
- bool
- DateTime
- string
Thank you.