-
Notifications
You must be signed in to change notification settings - Fork 108
Add maxPageSize to GroupMemberQueryMessage
#2193
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
Conversation
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.
Pull Request Overview
This pull request adds a new optional property, MaxPageSize, to the GroupMemberQueryMessage and updates its serialization, deserialization, equality checking, and test coverage.
- Added MaxPageSize to the GroupMemberQueryMessage model with updated XML documentation.
- Updated serialization/deserialization routines in ServiceProtocol.cs to handle the new property.
- Updated tests in ServiceProtocolFacts.cs and the equality comparer in ServiceMessageEqualityComparer.cs to verify the new field.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| test/Microsoft.Azure.SignalR.Protocols.Tests/ServiceProtocolFacts.cs | Added new test data entries to validate the updated binary format with MaxPageSize. |
| test/Microsoft.Azure.SignalR.Protocols.Tests/ServiceMessageEqualityComparer.cs | Included MaxPageSize in equality checks. |
| src/Microsoft.Azure.SignalR.Protocols/ServiceProtocol.cs | Updated serialization and deserialization logic for GroupMemberQueryMessage to include MaxPageSize. |
| src/Microsoft.Azure.SignalR.Protocols/ServiceMessage.cs | Added the MaxPageSize property with XML comments. |
test/Microsoft.Azure.SignalR.Protocols.Tests/ServiceProtocolFacts.cs
Outdated
Show resolved
Hide resolved
…cts.cs Co-authored-by: Copilot <[email protected]>
|
please fix compile error. |
No description provided.