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 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.
Picture 2 is the exception.
The text was updated successfully, but these errors were encountered:
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 isInArgument<CustomClass>
.Picture 1 is a activity which in xaml file.
Picture 2 is the exception.
The text was updated successfully, but these errors were encountered: