Fix Orleans.Serialization.Protobuf README to document Google.Protobuf instead of protobuf-net#9779
Conversation
|
@copilot Ground the document by reading https://learn.microsoft.com/en-us/aspnet/core/grpc/protobuf?view=aspnetcore-9.0 and incorporating it. Ideally, reference it so that we can remove unnecessary details |
Done. The README now references the Microsoft documentation and removes the detailed setup instructions that are covered there. See commit 4360f06. |
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Orleans.Serialization.Protobuf README to correctly document Google.Protobuf integration instead of protobuf-net, which was incorrectly referenced in the original documentation.
Key changes:
- Updated introduction to explicitly mention Google.Protobuf package
- Streamlined documentation by referencing Microsoft's official Protobuf guide instead of duplicating setup instructions
- Simplified example code and removed protobuf-net specific attributes
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
e244581 to
786bafb
Compare
… instead of protobuf-net (dotnet#9779) * Fix Orleans.Serialization.Protobuf README to document Google.Protobuf Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com> * Streamline README by referencing Microsoft Protobuf documentation Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ReubenBond <203839+ReubenBond@users.noreply.github.com>
Summary
Updated the README to be more concise and reference Microsoft's official documentation:
Changes:
This follows the feedback to "ground the document by reading the Microsoft documentation and incorporating it" while removing unnecessary details that are already covered in the official guide.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.
Microsoft Reviewers: Open in CodeFlow