docs(checklist): align with post-structural-fix ownership and baselines#33
Merged
Conversation
- Add baseline header (.NET 10 / C# 14 / Aspire 9.x for net8/9, Aspire 13 for net10) and point readers at decision-trees first. - §7 HTTP/resilience: correct the default — standard handler retries ALL HTTP methods; require DisableForUnsafeHttpMethods() unless the callee exposes idempotency keys. Link ch02 §7 (single owner) and tree 15. - §9 Auth: enforce two separate policies (delegated scp vs app-only roles+azp allow-list); explicitly forbid OR-claims assertions. Link ch02 §10 and tree 12. - §10 Caching: split OutputCache (ch02 §9) vs HybridCache/IDistributedCache (ch03 §14); link tree 13. - §11 Data: add transactional outbox rule pointing at ch03 §6 (single owner) and forbid distributed/two-phase transactions. - §15 Cloud-native: enforce canonical /health/live, /health/ready, /health/startup probe contract per ch06 §10; split Aspire packages by AppHost vs service-project responsibility per tree 16; ServiceDefaults caveat called out. - Convert mixed lists to chapter-style **Do** / **Don't** paragraph leads for cross-doc consistency. - Add primary-source citations (Microsoft Learn, IETF RFCs, kubernetes.io, aspire.dev, w3.org) to normative claims and link every section to its owning chapter section anchor. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
for net10) and point readers at decision-trees first.
HTTP methods; require DisableForUnsafeHttpMethods() unless the callee
exposes idempotency keys. Link ch02 §7 (single owner) and tree 15.
roles+azp allow-list); explicitly forbid OR-claims assertions. Link
ch02 §10 and tree 12.
(ch03 §14); link tree 13.
owner) and forbid distributed/two-phase transactions.
/health/startup probe contract per ch06 §10; split Aspire packages by
AppHost vs service-project responsibility per tree 16; ServiceDefaults
caveat called out.
for cross-doc consistency.
aspire.dev, w3.org) to normative claims and link every section to its
owning chapter section anchor.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com