Closed AndreyTretyak closed 4 years ago
i want to do this isssue
@AndreyTretyak how can i push my changes there?
@MatusTomko you need to
Please let me know if you would have problems with any of the steps.
@AndreyTretyak I have a problem with Perform CodeQL Analysis, do you know what is problem?
@MatusTomko I think it was intermittent (that build stage not required), I've restarted pipelines and it looks successful now.
Currently, activity has extension methods https://github.com/microsoft/Omex/blob/a6ac88ec960000bc14562fa2215a7bbb8b486140/src/Extensions/Abstractions/Activities/ActivityExtensions.cs#L60
It looks like they are using a lot, so it would be nice to have additions methods to simplify interactions, for example:
They would be calling
SetResult
inside, also some simple unit tests needed for it.