botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

Bot Framework provides the most comprehensive experience for building conversation applications.

Results 191 botframework-sdk issues
Sort by recently updated
recently updated
newest added

Please complete the investigation and recommended design pattern. Thanks From HealthBot: > > When creating a skill dialog, SkillDialogOptions should be provided. One of the mandatory attributes of SkillDialogOptions is...

needs-triage

## Background The [Microsoft.Bot.Builder.Dialogs.Adaptive.Testing](https://github.com/microsoft/botbuilder-dotnet/tree/main/libraries/Microsoft.Bot.Builder.Dialogs.Adaptive.Testing) is currently labeled as preview and being used by the SDK to generate tests scripts out of transcripts (or manually) and run unit tests on adaptive...

Area: Adaptive
Area: Testing framework
draft
needs-triage
feature-request

There are currently several constants in Channels that are no longer supported in the service, this issue involves flagging the obsolete channel ID constants as deprecated. Here is the list...

needs-triage
feature-request

## 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...

bug
Area: Authentication
needs-triage

Fixes # ## Proposed Changes - - - ## Testing

## Issue The current recommendation is to not store tokens in the bot, but make a call to the service whenever a token is needed. https://github.com/microsoft/BotBuilder-Samples/blob/main/samples/csharp_dotnetcore/18.bot-authentication/Dialogs/MainDialog.cs#L74 ```cs // Call the...

needs-triage
feature-request

Adding more details to the auth scenarios to ensure they are tested.

## Issue Today when you invoke a skill, each skill invocation gets a unique Conversation ID. That means there's no simple way of persisting state across skill invocations. I'm currently...

Area: Skills
draft
feature-request

PVA requested to get early preview of upcoming changes. Need to add it to the process.

needs-triage
feature-request

# Test Adjustments This proposal covers two related issues: 1. Converting Record and Playback-style tests in the JS SDK to mocks, and 2. Creating functional tests for many of our...

ExemptFromDailyDRIReport
Area: Engineering
draft