Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

These samples are not working with version 3.9.0 #6

@acodallo

Description

@acodallo

I updated to v 3.9.0 and found 3 issues:

  • The ConversationStarter doesn't interrupt the active dialog. I'm using a LUIS root dialog which creates child dialogues depending on the intent.
  • stack.Poll(CancellationToken.None) was removed.
  • Microsoft.Bot.Builder.Dialogs.ResumptionCookie is marked deprecated. I tried using ConversationReference and got a NullPointerException.

Could you comment on the changes needed to make the code work with v3.9 or provide sample code?

Thanks!

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