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
I need to have custom functions with the same name, that do different things based on the template using them. Please give us the ability to add in our own Evaluation Context property. This should be a very small change.
Proposed solution
Please give us the ability to add Evaluation Context.
Add it to the parse value here, make the default value null.
Problem Statement
I need to have custom functions with the same name, that do different things based on the template using them. Please give us the ability to add in our own Evaluation Context property. This should be a very small change.
Proposed solution
Please give us the ability to add Evaluation Context.
Add it to the parse value here, make the default value null.
AdaptiveCards/source/dotnet/Library/AdaptiveCards.Templating/AdaptiveCardsTemplateVisitor.cs
Line 680 in d05c6d8
And here is that line in the other library.
https://github.com/microsoft/botbuilder-dotnet/blob/ed06db29062d26c0ffbaf1807e8728ba3eacc017/libraries/AdaptiveExpressions/Expression.cs#L147
Alternatives or Workarounds
I will make the functions have separate names. This is not how our library currently handles it.
The text was updated successfully, but these errors were encountered: