Steven Gum
Steven Gum
[Relevant TypeScript issue](https://github.com/Microsoft/TypeScript/issues/29288) [enhancement]
[Official Node 15 blog post](https://nodejs.medium.com/node-js-v15-0-0-is-here-deb00750f278) Snippet from blog post: > # Throw on unhandled rejections > As of Node.js 15, the default mode for `unhandledRejection` is changed to `throw` (from...
## Sample information [csharp_dotnetcore/49.qnamaker-all-features](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features) ## Tasks - Cleanup or delete [QnAMakerBaseDialog.cs](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features/Dialog/QnAMakerBaseDialog.cs) as applicable - Cleanup or delete [BotServices.cs](https://github.com/microsoft/BotBuilder-Samples/blob/c819a27b3d23a909cb106a741f8aad45c6f44a0f/samples/csharp_dotnetcore/49.qnamaker-all-features/BotServices.cs#L7) and any references to `BotServices` as applicable - Other applicable cleanup as...
To support CI/CD for our customers who want to use the Direct Line Speech channel, we need to have ARM support for the channel. This is a public tracking issue...
## Version .NET: `4.13.3` of `Microsoft.Bot.Builder` JS: Upcoming R14 release (https://github.com/microsoft/botbuilder-js/commit/18b3ebb175ab03b0754fb7a5d6993519e350b859) Python: Upcoming R14 release Java: Upcoming R14 release ## Describe the bug The created ClaimsIdentity set on the TurnState...
## Describe the bug Customers in US Gov clouds need to manually configure the OAuthEndpoint used for User OAuth flows. https://github.com/MicrosoftDocs/bot-docs/issues/1954 describes the "fix" for having getting User OAuth working...
This request iterates on https://github.com/microsoft/botbuilder-dotnet/issues/4645 ## Issue There is a lot of trace activities being sent over the wire, when it's not required. Instead, trace activity generation should be based...
## Do not merge - Pending Service-side changes & https://github.com/microsoft/BotFramework-DirectLineJS/pull/350 ## Changelog Entry **Pending** ## Description Add support for `conversationStartProperties` via https://github.com/microsoft/BotFramework-DirectLineJS/pull/350 - [ ] Ensure options bag member name...
## Describe the bug The customer is publishing bot with LUIS from Composer desktop 2.0 with the option "Create new resources". The publish fails with the below error, which I...
## Version `4.13.1` ## Describe the bug Anonymous Skills via null `fromBotId` and `toBotId` values was dropped in the `BotFrameworkClientImpl.PostActivityAsync()` method: https://github.com/microsoft/botbuilder-dotnet/blob/57eeae891efe22c632d60907ca28533f1d86fbe5/libraries/Microsoft.Bot.Connector/Authentication/BotFrameworkClientImpl.cs#L39-L46 This is a regression based off of previous...