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

Unable to create ToDo skill from VA #491

@gabog

Description

@gabog

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

  1. Pull the latest from master.
  2. 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
image

Error en emulator
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions