You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add using declarations on TurnContext instances to ensure disposal
- Use ChannelId constructor instead of implicit string conversion for
msteams and directline channel IDs for consistency
- Fix grammar in comment: 'we will required' -> 'we will require'
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
// for now, we will required the handler to return the proper result.. we will change this later to return a structured result and handle the response back.
57
+
// For now, we will require the handler to return the proper result. We will change this later to return a structured result and handle the response back.
0 commit comments