-
Notifications
You must be signed in to change notification settings - Fork 816
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
Implement Bot-Task-Module Sample with Tab Navigation Using Adaptive C… #1537
Conversation
…ards in Microsoft Teams (Node.js and C#)
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 3 out of 3 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (2)
samples/bot-task-module/csharp/Pages/Tasks.cshtml:2
- Missing semicolon at the end of the line.
@using Microsoft.Teams.Samples.TaskModule.Web.Helper
samples/bot-task-module/csharp/Pages/Shared/_Layout.cshtml:12
- There is an extra closing script tag that should be removed.
</script>
@@ -9,14 +9,16 @@ | |||
} | |||
|
|||
@{ | |||
@*Passing BaseUrl and MicrosoftAppId to DeepLnkHelper as a parameter*@ | |||
DeeplinkHelper deepLinkHelper = new DeeplinkHelper(@Json.Serialize(Configuration["MicrosoftAppId"]).ToString(), @Json.Serialize(Configuration["BaseUrl"]).ToString()); | |||
// Passing BaseUrl and MicrosoftAppId to DeepLnkHelper as a parameter |
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 comment should refer to 'DeeplinkHelper' instead of 'DeepLnkHelper'.
// Passing BaseUrl and MicrosoftAppId to DeepLnkHelper as a parameter | |
// Passing BaseUrl and MicrosoftAppId to DeeplinkHelper as a parameter |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
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!
Executed Build pipeline: |
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 fine
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!
…ards in Microsoft Teams (Node.js and C#)