-
Notifications
You must be signed in to change notification settings - Fork 808
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
chore: update to dotnet 8, drop startup.cs and use CloudAdapter #1518
base: main
Are you sure you want to change the base?
Conversation
kengibous
commented
Dec 30, 2024
- use dotnet 8
- drop startup.cs
- use CloudApdater instead of BotFrameworkHttpAdapter (deprecated)
…ad of BotFrameworkHttpAdapter (deprecated)
@microsoft-github-policy-service agree |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks correct, approving!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 4 out of 5 changed files in this pull request and generated 1 comment.
Files not reviewed (1)
- samples/bot-receive-channel-messages-withRSC/csharp/ReceiveMessagesWithRSC/ReceiveMessagesWithRSC.csproj: Language not supported
public AdapterWithErrorHandler( | ||
IConfiguration configuration, | ||
IHttpClientFactory httpClientFactory, | ||
ILogger<IBotFrameworkHttpAdapter> logger) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The logger type should be ILogger instead of ILogger.
ILogger<IBotFrameworkHttpAdapter> logger) | |
ILogger<CloudAdapter> logger) |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.