Use top level statements and update screenshots#51568
Merged
meaghanlewis merged 4 commits intodotnet:mainfrom Feb 12, 2026
Merged
Use top level statements and update screenshots#51568meaghanlewis merged 4 commits intodotnet:mainfrom
meaghanlewis merged 4 commits intodotnet:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Visual Studio console app tutorial set to match current templates (top-level statements) and refreshes UI screenshots (dark theme), improving parity with the Visual Studio Code tutorials.
Changes:
- Switches the “create app” tutorial to show the C# top-level statements template and updates related instructions.
- Refreshes publishing and debugging tutorials with updated screenshots, image references, and alt text.
- Adjusts debugging steps (breakpoint UI text, Immediate window inputs, and stepping flow).
Reviewed changes
Copilot reviewed 3 out of 28 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/core/tutorials/with-visual-studio.md | Updates project creation steps and sample code to top-level statements, and adds an “Additional information” screenshot. |
| docs/core/tutorials/publishing-with-visual-studio.md | Updates screenshot alt text punctuation and adds a screenshot for Show all files. |
| docs/core/tutorials/media/publishing-with-visual-studio/use-release-configuration.png | Adds a Release configuration toolbar screenshot for the publishing tutorial media set. |
| docs/core/tutorials/media/publishing-with-visual-studio/show-all-files.png | Adds a screenshot for the Show all files button in Solution Explorer. |
| docs/core/tutorials/media/publishing-with-visual-studio/publish-page-loc-tab.png | Adds/updates screenshot for the Publish page “Location” tab. |
| docs/core/tutorials/media/publishing-with-visual-studio/publish-context-menu.png | Adds/updates screenshot for the project context menu’s Publish entry. |
| docs/core/tutorials/media/publishing-with-visual-studio/pick-specific-publish-target.png | Adds/updates screenshot for selecting a specific publish target. |
| docs/core/tutorials/media/debugging-with-visual-studio/use-release-configuration.png | Adds/updates Release toolbar screenshot for the debugging tutorial. |
| docs/core/tutorials/media/debugging-with-visual-studio/use-debug-configuration.png | Adds/updates Debug toolbar screenshot for the debugging tutorial. |
| docs/core/tutorials/media/debugging-with-visual-studio/immediate-window-output.png | Adds/updates screenshot showing the Immediate window output. |
| docs/core/tutorials/debugging-with-visual-studio.md | Updates image references and several debugging steps to match the new screenshots and flow. |
gewarren
reviewed
Feb 10, 2026
…rding to style guide
gewarren
approved these changes
Feb 12, 2026
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
This pull request makes several improvements and updates to the .NET documentation for Visual Studio tutorials. The main focus is on:
Fixes #51448
Internal previews