Closed pnesterov closed 8 years ago
Hi Pavel!
Thanks for pointing this out. I'll fix the issue and publish new version this evening.
This line https://github.com/akarpov89/MicroFlow/blob/master/src/FlowNodes/IfThenElseExtension.cs#L67
misses null-coalescing InitialConditionNode ?? myConditionNode
like it's done in ElseIf
method.
Best regards, Andrey
Hi, Andrey!
Looks like i've found a bug in If-ElseIf-Else conditon. If i define this condition with at least one ElseIf statement it's ok
but if i don't use ElseIf statement, node builder returns null:
Best regards, Pavel