CoreWF icon indicating copy to clipboard operation
CoreWF copied to clipboard

error BC30201: Expression expected

Open shaoht opened this issue 1 year ago • 0 comments

Hi I build the binaries base on the commit. Then I use it to run a xaml file(The file is generated by WF Designer in the .NET Framework), it encounter a compiler error(error BC30201: Expression expected). I think the reason is the xaml file include a attribute ExtentInput="[]", the type of ExtentInput is InArgument<CustomClass>. Picture 1 is a activity which in xaml file. image Picture 2 is the exception. image

shaoht avatar Mar 07 '23 07:03 shaoht