-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I posted this elsewhere but I realized it was in the wrong area, so I do apologize. This was done with the latest version of the SDK as of 1/2/2025.
So as an experiment I pulled the whole Agents Solution down, and added an Empty Teams App from the Visual Studio template.
I then updated one of the "Teams" projects, "BotAllCards" launchSerttings.json to include the "Teams App Test Tool" json.
I then updated the new Empty Teams App template to include the Teams App Test Tool json in the launchSettings.json.
Finally I created a new debugging profile to run both of these projects.
Once I started them both up, the Teams App Test Tool started as expected, but the "onMembersAddedAsync" method did not fire. All of the other code worked, just that did not fire.
Thoughts?