This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Description
Project
Virtual Assistant, Skills (ToDo)
Description
I am getting a "Constructor on type 'ToDoSkill.ToDoSkill' not found." exception when trying to create a ToDo item from the main VA bot.
From looking the source, it seems that @feich-ms added MailService to the ToDoSkill constructor and the activator from SkillDialog is failing.
public ToDoSkill(ISkillConfiguration services, ConversationState conversationState, UserState userState, IBotTelemetryClient telemetryClient, ITaskService serviceManager = null, IMailService mailService = null, bool skillMode = false)
To Reproduce
- Pull the latest from master.
- Start the emulator and say "add milk to my to do list"
You'll get a "Sorry, something went wrong." message.
Expected behavior
I would like to be able to add To Dos from the Virtual Assistant.
Screenshots
Exception in SkillDialog

Error en emulator
