-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Under InvestigationThis is under investigation!This is under investigation!
Description
Hi!
We’re migrating a large Bot Framework solution (using TeamsActivityHandler) to the Microsoft 365 Agents SDK. Our code relies heavily on Scoped services across many layers.
As part of the migration, we’re switching to the new CloudAdapter, which enqueues tasks. I understand that HostedActivityService does not resolve IAgent within a scope, which could cause issues since it won’t share the same request scope.
However, we still need a safe way to use Scoped services per “turn.”
Questions:
- What’s the recommended migration approach for solutions that rely heavily on Scoped services?
- Will there be a “synchronous” adapter option (similar to Bot Framework) that processes inline, without using the background queue, to make migration smoother?
Thanks!
dianadiazbisbe, amartinezencamina and MarioEncamina
Metadata
Metadata
Assignees
Labels
Under InvestigationThis is under investigation!This is under investigation!