Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 651 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 651 Bytes

CodegenBot .NET SDK

This is the .NET SDK for building bots with CodegenBot.

This repo includes a NuGet package which can be used in .NET bots to easily interact with CodegenBot.

This repo includes a Docker container which can be used to build dotnet-based bots. This is useful because installing the requirements to build a .NET-based bot can be tricky, especially when you have .NET preview SDKs installed.

This repo includes the bot bot://hub/dotnet/botfactory, used to create new bots that are written in C#.