Min Web API Tutorial Update -version prep step#37222
Conversation
|
@tdykstra, This is just the prep for the update. I had to rename article files, image and folder names to adjust for the build path requirements. I did make a change to indicate .NET 10 in the prereqs and first two screenshots. After this is merged to main then I will use this to do the actual update in both the app sample and article so we can see a proper diff. |
There was a problem hiding this comment.
Pull request overview
Updates the Minimal Web API tutorial assets and versioned content structure as part of the .NET 10 prep work, including moving image references to the static/ folder and adding a dedicated .NET 9 include.
Changes:
- Update
min-web-api.mdto target the .NET 10 moniker and refresh VS/.NET 10 prerequisites and screenshots. - Add a new .NET 9 moniker include (
includes/min-web-api-9.md) and wire it into the main tutorial. - Standardize image paths from
~/tutorials/min-web-api/_static/...to~/tutorials/min-web-api/static/...across related includes and prerequisite includes.
Reviewed changes
Copilot reviewed 11 out of 45 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| aspnetcore/tutorials/min-web-api/static/generate-request.png | Adds/updates a tutorial screenshot asset. |
| aspnetcore/tutorials/min-web-api/static/add-info2.png | Adds/updates a tutorial screenshot asset. |
| aspnetcore/tutorials/min-web-api/static/9.x/generate-request-vs17.8.0.png | Adds/updates a versioned tutorial screenshot for .NET 9 instructions. |
| aspnetcore/tutorials/min-web-api/static/8.x/generate-request-vs17.8.0.png | Adds/updates a versioned tutorial screenshot for .NET 8 instructions. |
| aspnetcore/tutorials/min-web-api/includes/min-web-api-9.md | Adds a new .NET 9-specific tutorial include with full instructions. |
| aspnetcore/tutorials/min-web-api/includes/min-web-api-8.md | Updates image paths to the static/ folder. |
| aspnetcore/tutorials/min-web-api/includes/min-web-api-6-7.md | Updates image paths to the static/ folder. |
| aspnetcore/tutorials/min-web-api.md | Updates the primary tutorial for .NET 10 prep and includes the new .NET 9 include. |
| aspnetcore/includes/net-prereqs-vs-latest.md | Updates VS prerequisite image path to static/. |
| aspnetcore/includes/net-prereqs-vs-9.0.md | Updates VS prerequisite image path to static/. |
| aspnetcore/includes/net-prereqs-vs-8.0.md | Updates VS prerequisite image path to static/. |
| aspnetcore/includes/net-prereqs-vs-7.0.md | Updates VS prerequisite image path to static/. |
| aspnetcore/includes/net-prereqs-vs-11-latest.md | Updates VS prerequisite image path to static/. |
| aspnetcore/includes/net-prereqs-vs-10.md | Updates VS prerequisite image/lightbox paths to static/. |
| aspnetcore/includes/net-prereqs-vs-10-latest.md | Updates VS prerequisite image path to static/. |
Comments suppressed due to low confidence (2)
aspnetcore/tutorials/min-web-api/includes/min-web-api-8.md:301
- Typo in image alt text: "resonse" should be "response".
aspnetcore/tutorials/min-web-api/includes/min-web-api-6-7.md:722 - Typo in image alt text: "resonse" should be "response".
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Copilot related suggestions that were reviewed and commited. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Fixes #37018
1s stage of update.
Move files to v10 copy.
Added some new screenshots for starting upate.
Internal previews