botframework-components
botframework-components copied to clipboard
The repository for components built by Microsoft for the Azure Bot Framework.
## Is your feature request related to a problem? Please describe. This is related to discussion in the following issue: https://github.com/microsoft/botbuilder-dotnet/issues/5674 Per discussion with @clearab and @tracyboehrer, the ask is...
Per Tom: Setting the SkillHostEndpoint is an obscure thing you need to do for your bot to function correctly as a skillhost. With Azure Functions I was able to auto-compute...
## Describe the bug Not sure if this should be reported here or in the dotnet runtime, but since it is documented on the composer docs https://docs.microsoft.com/en-us/composer/how-to-send-cards, I will report...
Please provide template for IT Service Management (ITSM) Skill.
Currently the templates generate a csproj that sets the AspNetCoreHostModel to OutOfProcess:  This change was first introduced as part of [Update runtime template to support DL-ASE](https://github.com/microsoft/BotFramework-Composer/issues/3841) to add support...
Per Tom: When I create a new project it's an anonymous bot. When I am ready to deploy it, I simply right mouse click publish to azure as a new...
## Describe the bug Created a new empty bot, added AppId/Secret (via Composer config) and selected LUIS key within Composer. Bot works fine inside WebChat/Emulator. Opened VS project (.sln) which...
The update-schema.ps1 and update-schema.sh files should be moved to the scripts folder from the schema folder (they are scripts after all), and updated to work when run from either the...
Create any bot. Navigate to homepage. Port # seems hardcoded - doesn't align with actual port. Better not to mention anything than to mislead or detect the port for display....
## Version Latest from main as of 3/30/2021 ## Describe the bug StyleCop throws a [Store files as UTF-8 with byte order mark](https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1412.md) warning when trying to open the csproj...