Skip to content

Improve Components validation guidance - #68804

Merged
javiercn merged 1 commit into
mainfrom
javiercn-improve-validation-guidance
Aug 26, 2026
Merged

Improve Components validation guidance#68804
javiercn merged 1 commit into
mainfrom
javiercn-improve-validation-guidance

Conversation

@javiercn

Copy link
Copy Markdown
Member

Summary

  • classify build failures before changing commands, keep validation targeted, and report untested boundaries
  • require baseline-sensitive probes for transient browser behavior and document MutationObserver timing limitations

The browser guidance reflects an investigation where reading document.title from a MutationObserver callback exposed only the final state in both baseline and fix, while synchronous title-node instrumentation detected the baseline transition.

Documentation-only change; no builds or tests were run.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot AI lite review requested due to automatic review settings August 26, 2026 13:42
@javiercn
javiercn requested review from a team and wtgodbe as code owners August 26, 2026 13:42

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates developer guidance in the Components area to improve how build failures are diagnosed and how browser probes are validated when investigating transient UI behavior, emphasizing baseline verification and timing-aware instrumentation.

Changes:

  • Adds guidance to classify build failures (source vs prerequisites vs infrastructure), prefer the smallest supported build, and explicitly report untested validation boundaries.
  • Strengthens Playwright/browser probing guidance to require baseline-sensitive probes for transient behavior and clarifies MutationObserver timing limitations when intermediate synchronous states matter.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/Components/AGENTS.md Adds build-failure triage guidance and reinforces using the smallest build + reporting untested boundaries.
.github/skills/validate-blazor-feature/SKILL.md Adds baseline verification and MutationObserver timing guidance for transient DOM/browser-state probes.

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@javiercn
javiercn merged commit ca5019d into main Aug 26, 2026
17 of 18 checks passed
@javiercn
javiercn deleted the javiercn-improve-validation-guidance branch August 26, 2026 18:10
@dotnet-milestone-bot dotnet-milestone-bot Bot added this to the 12.0-preview1 milestone Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants