Chris Mullins
Chris Mullins
The Samples repo has a number of out-of-date files that need to be cleaned up. The work item is to: 1. Cleanup the [Legacy CLI Tools references (such as this)](https://github.com/microsoft/BotBuilder-Samples/blob/main/INSTALLING_CLI_TOOLS.md)....
Consider revisting the overall design and implementation of the QnAMaker dialog(s). See list of referenced issues (closed but still relevant for additional requirements)
For each build we do (certainly RC builds, and possibly nightly builds) we should have a changelog included with that build. To do this, we need: 1. Define the changelog...
1. Single Source of Truth Schema files are currently each in language repo ([C#](https://github.com/microsoft/botbuilder-dotnet/blob/main/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive/Schemas/Microsoft.AdaptiveDialog.schema), JS, etc). We need a single-source of truth for these. 2. Localization We need a localization...
Due to an expired QnA Maker key, all builds in the repo are failing. For now, we have deleted the QnA Maker key from the Travis build, which skips the...
## Describe the bug 1. Create / configure the basic assistant using the template. 1. Type "Give Feedback". Click the "Thumbs Up" (which works). Note that the card doesn't update....
## Describe the bug Keys, related to my publishing profile, are stored in appsettings.json. These keys are unencrypted. This is unexpected, as I expected them to be stored in Key...
CSS Sees issues come in related to translation, where cards (adaptive, etc) are not being translated. Consider updating this sample to include an Adaptive Card translation.
[@stevenic] We should really consider adding an option to the adapter which essentially turns every inbound request into a proactive message. Customers keep getting tripped up on long running operations....
When Exceptions are surfaced in various portals, or cut-pasted to CSS, the first thing that's usually asked is "What's the BotID and Conversation ID and Activity ID"? We should log...