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

These samples are not working with version 3.9.0 #6

Open
acodallo opened this issue Aug 2, 2017 · 2 comments
Open

These samples are not working with version 3.9.0 #6

acodallo opened this issue Aug 2, 2017 · 2 comments

Comments

@acodallo
Copy link

acodallo commented Aug 2, 2017

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!

@EricDahlvang
Copy link

I've created a pull request to address the .net sdk ResumptionCookie/ConversationReference changes: #7

@EricDahlvang
Copy link

There is a set of these same projects being maintained here: https://github.com/Microsoft/BotBuilder-Samples/tree/master/CSharp/core-proactiveMessages

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants