wechaty / dotnet-wechaty

.NET Wechaty is a Conversational SDK for Chatbot Makers Written in C#
Apache License 2.0
79 stars 29 forks source link

Puppet is abstract class, can't construct it. #7

Closed GuoqiuZhong closed 3 years ago

GuoqiuZhong commented 3 years ago

The wechaty constructor needs the options containing Puppet instance, but Puppet is defined as abstract. So I can't create an instance of it and pass it to WechatyOptions. image image

Edward-Zhou commented 3 years ago

got the same issue.

Jesn commented 3 years ago

@GuoqiuZhong 目前已经出了一个基础版的dotnet-wechaty-getting-started 可以使用 https://github.com/wechaty/dotnet-wechaty-getting-started