feat: expand generated request support & docs - #2329
Merged
Merged
Conversation
- Add standalone source-linked projects for documentation pages.\n- Map the public Refit API to the website from the README.
- Add direct-source runners for Refit documentation landing pages.\n- Register every overview runner in the solution.
- Extend generated request, serialization, error and testing behavior.\n- Add coverage for the supported request and response contracts.
ChrisPulman
approved these changes
Sep 19, 2026
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2329 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 194 194
Lines 10138 10141 +3
Branches 1947 1948 +1
=========================================
+ Hits 10138 10141 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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.



Summary
Why
Refit needs complete runnable examples and current guidance for generated clients, JSON metadata, trimming, request construction, and error handling.
Breaking changes
None.
How this was verified
Built the full solution, ran the full test suite, ran the semantic API audit, and rendered the Refit documentation pages.
Notes for the reviewer
Review the page projects under
src/examples/Documentation/Pagesand their matching website links first. The generated request and serialization changes have focused tests in the existing project suites.Checklist