botbuilder-dotnet icon indicating copy to clipboard operation
botbuilder-dotnet copied to clipboard

Welcome to the Bot Framework SDK for .NET repository, which is the home for the libraries and packages that enable developers to build sophisticated bot applications using .NET.

Results 123 botbuilder-dotnet issues
Sort by recently updated
recently updated
newest added

## Description Port CloudAdapter from AspNetCore into WebApi, and migrate Configuration* classes to Connector package.

feature-request

For example: Type: invoke Name: signin/failure Value: {{ "code": "resourcematchfailed", "message": "Resource match failed" }}

bug
Area: Teams

## Version - .NET 4.13.1 - JavaScript 4.13.1 ## Describe the bug Using the prebuilt function `join()` and passing in an array of arrays, we get different results. Assuming an...

bug
needs-triage

## Version 4.23.0 ## Describe the bug We use Azure Bot Services to connect our bot to Telegram. Everything was working fine for over a year, but several days ago...

bug
needs-triage

Fixes #6820 ## Description This PR fixes the **_join_** pre-built function in _AdaptiveExpressions_ to correctly return the values of an input with nested arrays. Now, both JS and .NET implementations...

Automation: No parity

before: ![image](https://github.com/user-attachments/assets/ca1265ab-2cc4-4099-874d-067561f4792e) after: ![image](https://github.com/user-attachments/assets/eb24d608-a0ba-4235-8303-ea256a61560d)

I am using Bot.Builder.Community.Adapters.Alexa Version=4.13.5 Microsoft.Bot.Builder.Dialogs Version=4.22.9 Microsoft.Bot.Builder.Integration.AspNet.Core Version=4.22.9 When updating the bot to 4.23.0 the Alexa integration starts to fail with not being able to load apative cards: ```...

Fixes #6883 ## Description This PR adds the ability to select headers from incoming requests to be propagated to outgoing requests. This feature supports **4 possible operations**: - The choice...

**Is your feature request related to a problem? Please describe.** I'm curious why bot authentication isn't handled at the middleware level, as is common with other ASP.NET SDKs. Why is...

feature-request
needs-triage

Related issue #6861 #minor ## Description This PR refactors the Teams SSO middleware to fix an issue with the usage of BlobsStorage. When using BlobsStorage in the middleware, by providing...

Automation: Parity with js