BotBuilder-MicrosoftTeams-dotnet icon indicating copy to clipboard operation
BotBuilder-MicrosoftTeams-dotnet copied to clipboard

BotBuilder's SDK extension for Microsoft Teams

Results 17 BotBuilder-MicrosoftTeams-dotnet issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement

I am getting this below error for ((TurnContext)stepContext.Context).Activity.Text; Message:Unable to cast object of type 'DelegatingTurnContext`1[Microsoft.Bot.Schema.IMessageActivity]' to type 'Microsoft.Bot.Builder.TurnContext'.

bug

**Describe the bug** After deploying the Messaging Extension Bot to Teams, I get "An error occurred while starting the application." on my home page for the bot in my default...

bug

**Describe the bug** Modified Echo Web Bot throws exception teams connector 1.0.0 not found when 0.9.0 deployed. The MSFT echo bot was created from Azure, downloaded, and the NuGet Microsoft.Bot.Connector.Teams...

bug

I have a messaging extension (`composeExtension/query`) that requires authentication (it searches a 3rd party API). If the user attempts to search but is not logged in, I want to prompt...

enhancement

**Describe the bug** Getting a "Unable to resolve service for type 'Microsoft.Bot.Builder.BotFrameworkAdapter' while attempting to activate 'Microsoft.Bot.Builder.Teams.RemindMeBot.Engine.ProactiveMessageManager'." error in the RemindMeBot sample **SDK Version** 4.3.2 **.Net Version** .Net Core 2.1...

bug

**Describe the bug** When using: `var requestor = teamsContext.AsTeamsChannelAccount(turnContext.Activity.From);` The resulting TeamsChannelAccount object doesn't have any of the Teams specific information added. For example request.UserPrincipalName is always null request.Surname is...

bug

**Microsoft.Bot.Builder.Teams.RemindMeBot Cannont be run** When running the RemindMeBot Sample, the `ProactiveMessageManager` Cannot be instantiated by dependency service. `BotFrameworkAdapter ` and `ICredentialProvider` could not be resolved. **Botframework 4.3** **.Net Core 2.2**...

bug