-
Notifications
You must be signed in to change notification settings - Fork 16
Add Api Clients with Reactions and Targeted Message support #334
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
7a92aaf
Add hierarchical Teams API facade to TeamsBotApplication
rido-min ce1a868
Add TeamsApi REST endpoint mapping to README
rido-min 0ce027b
Add API for adding/removing reactions to messages
rido-min 31731d8
Merge branch 'next/core' into next/core-api-clients
rido-min b8e3cae
Expand Teams SDK: strong-typed invokes, events, refactoring
rido-min 4a720ff
Add null checks and refactor config/service resolution
rido-min 60f210e
fix slnx
rido-min 97015ec
Add Reactions and TargetedMessage support to Core (#338)
rido-min c5e9025
Update tests for changes to Recipient property handling
rido-min 27e0058
Refactor Conversation ctor, improve test coverage & reactions
rido-min 4cf5f8f
Integrate xUnit logging into test project
rido-min 83a0491
Add Teams message reaction logic and service URL overload
rido-min d0fa89a
Refactor test infra: logging, env vars, and code cleanup
rido-min d70704c
Add agentic app/user fields to CompatTeamsInfoTests
rido-min 5e1187a
Refactor Teams bot hosting & middleware for ASP.NET Core
rido-min a4e0914
Update JSON serialization and logging in ConversationClient
rido-min 3f4d38d
Add agentic identity support to Teams API integration tests
rido-min c7664c4
tm not working
rido-min 74f3a26
Mark and serialize targeted messages in activity payloads
rido-min f03fc62
Include isTargeted in activity JSON serialization
rido-min 16255ec
Merge branch 'next/core' into next/core-api-clients
rido-min 4cb7cf7
Refactor targeted message handling and API support
rido-min 1434690
Add new message handlers and task module demo
rido-min 1d36d4a
Refactor APIs: remove overloads, tighten validation
rido-min 17a7c98
Update TeamsApiFacade and CoreActivityBuilder tests
rido-min 33209d5
Enhance Teams APIs and targeted messaging support
rido-min 98e21b8
Update GetByIdAsync to return TeamsConversationAccount
rido-min 01758d7
Update IsTargeted handling and improve react message flow
rido-min 09b221a
Merge branch 'next/core' into next/core-api-clients
rido-min 6b46025
Merge branch 'next/core' into next/core-api-clients
rido-min 9f20b7c
Update EchoBot to require TeamsBotApplication in ctor
rido-min f9225f8
Refactor ReactionsApi to use activity context
rido-min f64177d
Remove permissions section from settings.local.json
rido-min 4eee07c
Refactor for null safety, URI encoding, and code clarity
rido-min 9dca4e0
Add AgenticIdentity support for targeted activity updates
rido-min 5b30078
Make agenticIdentity optional in UpdateTargetedActivityAsync
rido-min File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,9 @@ | ||
| launchSettings.json | ||
| appsettings.Development.json | ||
| *.runsettings | ||
| .claude/ | ||
|
|
||
|
|
||
| # Web build output and dependencies | ||
| **/Web/bin/ | ||
| **/Web/node_modules/ | ||
| **/Web/node_modules/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.