Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Tagging subscribers to this area: @dotnet/runtime-infrastructure |
There was a problem hiding this comment.
Pull request overview
Updates remaining documentation examples from #126122 to remove stale Ubuntu 18.04-era WebAssembly/FreeBSD cross-build guidance and replace it with current prereqs image / dotnet/versions references.
Changes:
- Refresh WebAssembly “update Emscripten” walkthrough to reference Azure Linux-based prereqs images and
dotnet/versionsimage-info. - Update CoreCLR FreeBSD cross-build Docker example to a newer prereqs image tag.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/workflow/building/libraries/webassembly-instructions.md | Rewrites the Emscripten/WebAssembly Docker image update instructions to use Azure Linux + dotnet/versions guidance. |
| docs/workflow/building/coreclr/cross-building.md | Updates the FreeBSD cross-build Docker image tag used in the example command. |
|
PTAL @akoeplinger -- feel free to make any changes including applying the Copilot suggestions. |
🤖 Copilot Code Review — PR #126581Note This review was AI/Copilot-generated. Holistic AssessmentMotivation: Justified. The old documentation references Ubuntu 18.04-based Docker images ( Approach: Correct. The FreeBSD cross-build image is updated to match the tag used in the actual CI pipeline ( Summary: ✅ LGTM. This is a straightforward documentation cleanup. The image tags match what CI actually uses, the old content was clearly obsolete, and the new content is accurate and concise. Two minor suggestions below, neither blocking. Detailed Findings✅ FreeBSD Image Tag — Matches CI PipelineThe new tag ✅ WebAssembly Section — Improved MaintainabilityReplacing ~30 lines of hardcoded stale examples (Ubuntu 18.04 tags, old 💡 WebAssembly Image Update Steps — Could Be More Complete (follow-up)The section instructs readers to update 💡
|
|
/ba-g "Documentation change" |
> [!NOTE] > This PR was AI/Copilot-generated. ## Summary Update the remaining documentation cleanup from dotnet#126122, excluding the Tizen and stress-test cases for now. - replace the stale WebAssembly image update walkthrough with current Azure Linux / `dotnet/versions` guidance - update the FreeBSD cross-build example to the current prereqs image - intentionally leave the Tizen and stress-test references unchanged for follow-up work ## Testing Documentation only. Ref dotnet#126122 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Note
This PR was AI/Copilot-generated.
Summary
Update the remaining documentation cleanup from #126122, excluding the Tizen and stress-test cases for now.
dotnet/versionsguidanceTesting
Documentation only.
Ref #126122