BotBuilder-Samples icon indicating copy to clipboard operation
BotBuilder-Samples copied to clipboard

Welcome to the Bot Framework samples repository. Here you will find task-focused samples in C#, JavaScript/TypeScript, and Python to help you get started with the Bot Framework SDK!

Results 191 BotBuilder-Samples issues
Sort by recently updated
recently updated
newest added

Bumps System.Text.Json from 4.7.2 to 8.0.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=System.Text.Json&package-manager=nuget&previous-version=4.7.2&new-version=8.0.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
.NET

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2. Release notes Sourced from requests's releases. v2.32.2 2.32.2 (2024-05-21) Deprecations To provide a more stable migration for custom HTTPAdapters impacted by the CVE changes...

dependencies
python

Ported from #4019 Related PR https://github.com/microsoft/botbuilder-js/pull/4765 ## Proposed Changes This PR ports the FIC sample from DotNet's. Additionally, it updates the README.md information, and bot references. We moved the proxy...

Bumps commons-io:commons-io from 2.8.0 to 2.14.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.8.0&new-version=2.14.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

## Sample information 1. Sample type: samples/python/18.bot-authentication 2. Sample language: python 3. Sample name: Bot Authentication ## Describe the bug I downloaded the sample, setup a virtual env on visual...

bug
needs-triage

Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.32.4. Release notes Sourced from requests's releases. v2.32.4 2.32.4 (2025-06-10) Security CVE-2024-47081 Fixed an issue where a maliciously crafted URL and trusted environment will retrieve...

dependencies
python

> [!IMPORTANT] > This PR requires the feature introduced in [#4879](https://github.com/microsoft/botbuilder-js/pull/4879) ## Description This PR adds support for User Managed Identity to the CQA sample. Providing a way to choose...

> [!IMPORTANT] > This PR requires the fix and release of the issue https://github.com/microsoft/botbuilder-dotnet/issues/6889 ## Description This PR adds support for User Managed Identity to the CQA sample. Providing a...

#minor ## Description This PR updates the .NET and JS **18.bot-authentication** samples replacing the client secret with _**Federated Identity Credentials**_ authentication. Aditionally, it updates the README files with the instruction...

## Proposed Changes Hello, I'm new to the Topic. I looked at the README from the 44 Python Sample. I think there is a Copy Error from the C# README....