Add comprehensive link handling and serializer documentation#5
Open
Add comprehensive link handling and serializer documentation#5
Conversation
Copilot
AI
changed the title
[WIP] Extend TypedRest documentation for link handling features
Add comprehensive link handling and serializer documentation
Dec 27, 2025
Copilot stopped work on behalf of
bastianeicher due to an error
February 6, 2026 19:25
c5a36f6 to
33ed38c
Compare
bastianeicher
requested changes
Feb 6, 2026
Member
bastianeicher
left a comment
There was a problem hiding this comment.
Distribute the content from serializers/index.md into serializers/json.md, serializers/bson.md and serializers/xml.md as appropriate.
Use the same pattern of language-specific tabs (=== "C#") used in the link-handling/*.md files.
Author
Distributed the serializer content into separate files with language-specific tabs in commit 2a47243. The serializers section now includes:
All code examples use the |
d81a2a9 to
3d73d49
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Documentation Expansion Plan
/docs/link-handling/relative-uris.md- Document hard-coded relative URIs and the./prefix pattern/docs/link-handling/uri-templates.md- Document URI templates with RFC 6570 reference/docs/link-handling/link-header.md- Document HTTP Link Header with RFC 8288 reference/docs/link-handling/hal.md- Document HAL links support/docs/serializers/json.md- JSON serializers (Newtonsoft.Json, System.Text.Json, native TypeScript)/docs/serializers/xml.md- XML serializer (.NET only)/docs/serializers/bson.md- BSON serializer (.NET only)/docs/serializers/index.md- Overview with links to all serializer types/docs/link-handling/.pages- Navigation configuration file/docs/serializers/.pages- Navigation configuration file/docs/link-handling/index.md- Expand overview with links to all new pages/docs/endpoints/index.md- Add "Navigating Between Endpoints" sectionOriginal prompt
This pull request was created from Copilot chat.
💡 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.