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.
### [Github issues](https://github.com/Microsoft/botbuilder-dotnet/issues) should be used for bugs and feature requests. Use [Stack Overflow](https://stackoverflow.com/questions/tagged/botframework) for general "how-to" questions. ## Version Latest ## Describe the bug It's not possible to send...
Fixes #minor ## Description vNext is a dead version. This deletes the associated pipelines.
Fixes #minor ## Description Coveralls code coverage report uploads to coveralls.io are failing for BotBuilder-DotNet-CI-PR-yaml. ## Specific Changes This fixes PublishToCoveralls.ps1 which was installing a Powershell patch for a path...
Fixes #6436
IcM: https://portal.microsofticm.com/imp/v3/incidents/details/323426123/home
## Version c# 4.16.1 ## Describe the bug When looping using the ForEachElement, if something causes changes the ForEachElement runs the first action in its actions list rather the continuing...
## Version 4.16.1 ## Describe the bug When a ForEachElement Child Action is CancelAllDialogs the ForEachElement Loops again rather than cancelling This is also the case when there are nested...
I am getting Unauthorized error, bot setup details are given below. I have tried the same setup in commercial azure and it's working. Issue is only in GCC High Azure....
## Version Version 4.17.1 ## Describe the bug I use a "SatisfactionDialog" dialog inherited from ComponentDialog. This dialog is called in an AdaptiveDialog via BeginDialog("SatisfactionDialog"). I have an error in...
Parent Issue: #5630