This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Description
Port this change from botbuilder-dotnet/master branch:
microsoft/botbuilder-dotnet#3753
Updated callerId assignment to be taken from claims after auth rather than from the activity.
Updated related tests.
Applied temporary fix for the new callerId log for DialogManager (final fix will be done after refactoring to match DialogExtensions.RunAsync logic).
Changed projects
- Microsoft.Bot.Builder.Dialogs.Adaptive
- Microsoft.Bot.Builder
- Microsoft.Bot.Schema
- integration
- Microsoft.Bot.Builder.Dialogs.Tests
- Microsoft.Bot.Builder.Tests