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

Rysweet 5217 add send message #5219

Merged
merged 3 commits into from
Jan 27, 2025
Merged

Conversation

rysweet
Copy link
Collaborator

@rysweet rysweet commented Jan 27, 2025

this is work to align dotnet autogen with python

Why are these changes needed?

bringing alignment between the projects

Related issue number

close #5217

Checks

Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.08%. Comparing base (0aed066) to head (73da13f).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5219   +/-   ##
=======================================
  Coverage   70.08%   70.08%           
=======================================
  Files         179      179           
  Lines       11619    11619           
=======================================
  Hits         8143     8143           
  Misses       3476     3476           
Flag Coverage Δ
unittests 70.08% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jackgerrits jackgerrits force-pushed the rysweet-5217-add-sendMessage branch from dbcfd4b to 73da13f Compare January 27, 2025 15:05
@jackgerrits jackgerrits merged commit 92941c6 into main Jan 27, 2025
66 checks passed
@jackgerrits jackgerrits deleted the rysweet-5217-add-sendMessage branch January 27, 2025 15:14
MohMaz pushed a commit to MohMaz/autogen that referenced this pull request Jan 29, 2025
this is work to align dotnet autogen with python

## Why are these changes needed?

bringing alignment between the projects

## Related issue number

close microsoft#5217 

## Checks

- [ ] I've included any doc changes needed for
https://microsoft.github.io/autogen/. See
https://microsoft.github.io/autogen/docs/Contribute#documentation to
build and test documentation locally.
- [x ] I've added tests (if relevant) corresponding to the changes
introduced in this PR.
- [ ] I've made sure all auto checks have passed.
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.

.NET add runtime interface for send_message to match python, remove the SendRPCRequest/Response
2 participants