Skip to content

Bot Framework template app you can build and run in Visual Studio for Mac

Notifications You must be signed in to change notification settings

user1m/botframework-template-vs-for-mac

Repository files navigation

botframework-template-vs-for-mac (unofficial)

Bot Framework template app you can build and run in VS for Mac

Motivation

So you can create C# Bots using Visual Studio for Windows and currently there are templates you can install in Visual Studio 2017 that allow you to create bots. The team states:

The Bot Builder SDK for .NET currently supports C#. Visual Studio for Mac is not supported.

This repo enables you to build C# bots using Visual Studio for Mac.

Disclaimer: While this repo enables you to build a C# bot in VS for Mac not all nuget packages are directly supported.

Prerequisites

Using

1. Clone or Download this repo

2. Open the .csproj

3. Click on 'Project' > 'Restore NuGet packages'

4. Build Solution

5. Click on 'Project' > 'Bot Application Options' & Update 'Port:' to 3978

6. Run solution - That will open up a webpage like the one below

7. Connect to Bot Framework Emulator

Resources

Authors

License

This project is licensed under the MIT License

About

Bot Framework template app you can build and run in Visual Studio for Mac

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published