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
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What package version of the SDK are you using.
4.14.1
Describe the bug
We have design time validation where we use template analyzer to detect problems within the lg resource, it seems this code has moved from the analyzer to the evaluator which requires scope.
To Reproduce
Steps to reproduce the behavior:
Create an Lg File
# timeOfDayGreeting
- my name is ${day()}
# day
- ${timeOfDayGreeting()}
Parse Lg file
Loop over the templates:
var analyzeTemplateResult = templates.AnalyzeTemplate(template.Name);
Expected behavior
AnalyzeTemplate should throw an exception with loop detected message
The text was updated successfully, but these errors were encountered:
sbacha
added
bug
Indicates an unexpected problem or an unintended behavior.
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Aug 3, 2021
mrivera-ms
added
P0
Must Fix. Release-blocker
and removed
needs-triage
The issue has just been created and it has not been reviewed by the team.
labels
Aug 26, 2021
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What package version of the SDK are you using.
4.14.1
Describe the bug
We have design time validation where we use template analyzer to detect problems within the lg resource, it seems this code has moved from the analyzer to the evaluator which requires scope.
To Reproduce
Steps to reproduce the behavior:
Create an Lg File
Parse Lg file
Loop over the templates:
var analyzeTemplateResult = templates.AnalyzeTemplate(template.Name);
Expected behavior
AnalyzeTemplate should throw an exception with loop detected message
Additional context
81f0a87?branch=81f0a87998fac2780e23493bf42ba0d90d3feb5a&diff=split
The text was updated successfully, but these errors were encountered: