botbuilder-dotnet
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.
## Description Port CloudAdapter from AspNetCore into WebApi, and migrate Configuration* classes to Connector package.
For example: Type: invoke Name: signin/failure Value: {{ "code": "resourcematchfailed", "message": "Resource match failed" }}
## 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...
## 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...
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...
before:  after: 
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...
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...