botbuilder-python icon indicating copy to clipboard operation
botbuilder-python copied to clipboard

[PORT] BotFrameworkAdapter: Make CreateConversationAsync agnostic to the credential type

Open tomlm opened this issue 5 years ago • 0 comments

Port this change from botbuilder-dotnet/master branch: https://github.com/microsoft/botbuilder-dotnet/pull/4332

Pending on decision around binary compat. This PR as-is breaks binary compat. If binary compat is to be maintained, then I'll swap to overloading instead of non-breaking modification.

Fixes https://github.com/microsoft/botbuilder-dotnet/issues/3962

Changed projects

  • Microsoft.Bot.Builder

tomlm avatar Aug 07 '20 02:08 tomlm