This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Adaptive Card Template parsing functionality Changed after switching to 0.8-preview #3144
Labels
customer-replied-to
Indicates that the team has replied to the issue reported by the customer. Do not delete.
customer-reported
Issue is created by anyone that is not a collaborator in the repository.
PR: unreviewed
Status: In Progress
This work item in underway.
Type: Bug
Something isn't working
Milestone
Not certain if this got documented anywhere been chasing it for a couple days now not so much a bug with BotFramework.Solution as it is a change with Microsoft.Bot.Builder.LanguageGeneration however given it starts out looking like a BotFrameworkSolution issue figured I'd get it documented here.
Rescently updated my project to use Microsoft.Bot.Solution 0.8 preview.
When I did most of my app broke. Namely things just weren't showing up in the Bot the same way they did before. My Intro Adaptive Card just plain wouldnt show up and other pages wheren't replacing thier content the same way they had before the upgrade.
Pre Upgrade my NewUserIntro Card Looked like this:
post upgrade I had to change it to
Granted it likely should have been thatway all along and I assume its not so much because Bot.Solution changed as much as it is that includes an upgrade of Microsoft.Bot.Builder.LanguageGeneration which is where I assume the change occured. Figured it was worth noting.... Before someone else has to spend a couple days tracking back through thier app to figure it out.
The text was updated successfully, but these errors were encountered: