derekforeman / botframework-template-vs-for-mac

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C# 91.5%Language:HTML 6.9%Language:ASP 1.6%