Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.15 KB

GettingStarted.md

File metadata and controls

32 lines (21 loc) · 1.15 KB

Getting Started

This document will cover the tools you need and how to setup this project locally to build and debug

Prerequisites

  1. Windows Desktop.
  2. Visual Studio 2022 +
    1. .net 8 +
    2. Asp.net workload
  3. BotFramework Emulator

if you also want to deploy and use the Azure Bot Service Channel System, you will further need:

  1. Ability to create Entra ID application identities
  2. Ability to create Azure Bot Service Resources
  3. Ability to deploy App Services and or Containers
  4. Additionally Teams deployments requires ability to create and deploy teams apps.

This is a general list only, Each Sample has a more detailed ReadMe.md that details the specific requirements of the sample.

Clone and build

  1. Clone the repro to your development workstation.
  2. Open the src\Microsoft.Agents.SDK.sln project using Visual Studio.
  3. Build

This should restore and build the Framework.

You can then use the Test Explore to run tests as needed.

Samples are found in the src/samples folder. Please see the readme.md in each sample folder for specific instructions on running it.