Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated packages and fixed authentication error #123

Open
wants to merge 21 commits into
base: main
Choose a base branch
from

Conversation

swissbyte
Copy link

Hi

I had a lot of problems when publishing this bot to azure. I always got the error 500 - unauthorized.
Many hours later i figured out that it was a problem within the "AdapterWithErrorHandler.cs".
The examples from MS uses the CloudAdapter as basis, which needs an BotFrameworkAuthentication to be passed.

After changing this and upgrading most of the NuGet packages, the bot worked as expected.

The only package i was not able to upgrade was Microsoft.Recognizers.Text.DateTime
Cause if i update it, the test WorkedPeriod_FromSelectedHour_ReturnsWorkedPeriod fails due to the fact that "from 4 pm" will be treated as type "time" and not "datetime" for whatever reason.

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

Successfully merging this pull request may close these issues.

2 participants