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.
## Version What package version of the SDK are you using. 4.23.0 ## Describe the bug After a clean install, there are some deprecated packages in the transitive dependencies ##...
Creation of Multi-Tenant bots stopped working after 31st July. This was not a change in the SDK but a change in the Azure Management service. As far as I can...
Since the "MultiTenant" support has been deprecated, I must deploy bots as "SingleTenant". I had a logic which I must return the conversation members (GetConversationMembersAsync) and for a selected member...