-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move to latest versions of SDK #2378
Conversation
Add templates to package.
@@ -5,15 +5,17 @@ | |||
"author": "Microsoft", | |||
"bugs": "https://github.com/Microsoft/BotBuilder-Samples/issues", | |||
"dependencies": { | |||
"@microsoft/bf-cli-command": "^4.8.0", | |||
"@microsoft/bf-cli-command": "^4.9.0-RC6", | |||
"@microsoft/bf-lu": "^4.10.0-preview.130225", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"^4.10.0-preview.130225", [](start = 24, length = 25)
this doesn't seem right. #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -5,15 +5,17 @@ | |||
"author": "Microsoft", | |||
"bugs": "https://github.com/Microsoft/BotBuilder-Samples/issues", | |||
"dependencies": { | |||
"@microsoft/bf-cli-command": "^4.8.0", | |||
"@microsoft/bf-cli-command": "^4.9.0-RC6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
", [](start = 44, length = 2)
this is no rc42? #Resolved
@@ -5,7 +5,7 @@ | |||
|
|||
# template | |||
- ``` | |||
# booleanEntity(value) | |||
${'#'} booleanEntity(value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
${'#' [](start = 0, length = 5)
what the wha?
#Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bug in LG that they are working on fixing and this is the work-around until they do.
In reply to: 423898362 [](ancestors = 423898362)
|
||
# ValueTemplate | ||
- ``` | ||
# ${property}(values) | ||
${'#'} ${property}(values) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
${'#'} [](start = 0, length = 7)
can you # ? #Resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕐
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This updates to the latest SDK packages including bug fixes to LG and LU.
For LG, allow # in multi-line.
For LU, set line numbers for entities.