I recently converted my projects because I got the following messages: “This project uses the Window-legacy compatibility which is being phased out…”
After converting I noticed I no longer have the Microsoft.Acitivities package which I was using for several expressions. Has this package been renamed or is there anything similar out there? For example, one activity I was using is the “IsEqualBoolean.”
Microsoft.Activities package is on targetFramework - Windows Legacy (.Net Framework 4.X)
Therefore is not available when targetframework is set to Windows
it is doing:
As a workaround we can do it by a code statement
When the activity was involved e.g within a retry scope on the condition block (where only activites with an boolean output is accepted) we can do:
Check True raises an exception when condition is not met. Retry Scope will get triggered by this exception and will retry again till max of configured iterations