Yurij
Yurij
I have a lot - 41 ``` [StepArgumentTransformation(@"^examples.(\S+)\s*[or]*\s*(\S*)")] public string ChangeParameterInBackground(string param, string defaultValue) { return _scenarioContext.ScenarioInfo.Arguments.Contains(param) ? (string)_scenarioContext.ScenarioInfo.Arguments[param] : defaultValue; } ``` with 'null' value: ``` [StepArgumentTransformation(@"^(\)$")] public decimal?...
It has not helped, I commented out both but the other 39 StepArgumentTransformation were not commented)
no, there is no public repo I commented out several StepTransformations, and some tests passed, but not all. So, I believe it is a bug that should be fixed
looks like this code is source of the problem:  Unfortunately, I can't build reqnroll solution locally for now because I have problems with the framework version and do not...
I am not aware, I just investigated stack trace)
> > looks like this code is source of the problem > > How did you figure that out? (It might be relevant for the fix as well.) you were...
I have created a very small workaround to fix the stack overflow issue but can not push it into the repo because I do not have access I just skip...