You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we are working to port our existing WF application to .Net6 and we found an issue with the location of an error when the error is in an expression.
In the example bellow, there is an error in an expression located in Line 81:
With WF, the returned error is correctly located in line 81.
With CoreWF, the returned error is located in line 594.
For loading the WAML workflow, we use the same code for both WF and coreWF :
Do you have a solution to correctly locate the error with core WF?
Thanks in Advance,
The text was updated successfully, but these errors were encountered:
I think this may be because CoreWF is giving the line number from the generated code file that contains the expressions. This issue is valid, I just don't have a fix for it right now.
Hi, we are working to port our existing WF application to .Net6 and we found an issue with the location of an error when the error is in an expression.
In the example bellow, there is an error in an expression located in Line 81:
With WF, the returned error is correctly located in line 81.
With CoreWF, the returned error is located in line 594.
For loading the WAML workflow, we use the same code for both WF and coreWF :
Do you have a solution to correctly locate the error with core WF?
Thanks in Advance,
The text was updated successfully, but these errors were encountered: