-
I would like to provide a more dynamic argument transformation, specifically, I would like to automatically convert data table instances into ICollection. But for some of the transformations I need access to scenario context. My understanding is that it is possible OOB but
The end goal is an ability to expand defined shorthands, e.g.:
Side question: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I can see that I can use IRuntimePlugin/CustomizeGlobalDependencies - it seems I can override IBindingRegistry but can't replace IStepArgumentTypeConverter, which is what I need in this case. |
Beta Was this translation helpful? Give feedback.
I can see that I can use IRuntimePlugin/CustomizeGlobalDependencies - it seems I can override IBindingRegistry but can't replace IStepArgumentTypeConverter, which is what I need in this case.