Setup & Installation
What This Skill Does
Microsoft 365 Agents SDK for .NET provides ASP.NET Core hosting, AgentApplication routing, and MSAL-based authentication for building agents that run across Teams, Microsoft 365, and Copilot Studio. It handles the plumbing for activity routing, token validation, and multi-channel message dispatch. Instead of manually wiring Bot Framework adapters, token validation middleware, and activity routing, the SDK bundles all of that into a few extension methods and a base class.
When to use it
- Working with m365 agents dotnet functionality
- Implementing m365 agents dotnet features
- Debugging m365 agents dotnet related issues
