Ralf

Results 4 issues of Ralf

This method lead to an "Invalid program" exception during runtime. Removing "DisplayWaitCursor" attribute fixes the problem This should be tried to reproduce. ``` [DisplayWaitCursor] private async Task Add(InvoiceContactViewModel contactViewModel) {...

**Describe the bug** If a workflow has steps after a Decide/Branch step then it seems that steps in branch and after the branch are executed interleaved **To Reproduce** Steps to...

**Is your feature request related to a problem? Please describe.** When unit testing a workflow it is currently only possible to start the workflow and the workflow runs concurrently until...

Hi, I read about your nice Linq project in reddit and my first concern was the code injection part. In our company we also use script code and use roslyn...