-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update Visual Studio tutorials from VS 2022 to VS 2026 and .NET 8 to .NET 10 #51027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
….NET 10 Co-authored-by: meaghanlewis <[email protected]>
This reverts commit ce65dd1.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR updates the Visual Studio tutorial series to reference Visual Studio 2026 and .NET 10 as current versions, replacing Visual Studio 2022 and .NET 8 references throughout the documentation.
Changes:
- Updated version references from Visual Studio 2022 to Visual Studio 2026 and .NET 8 to .NET 10
- Refreshed code snippets with updated project files targeting net10.0
- Updated image references to version-neutral filenames where appropriate
Reviewed changes
Copilot reviewed 19 out of 70 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| with-visual-studio.md | Updated prerequisites, framework selection, and image references |
| library-with-visual-studio.md | Updated prerequisites, framework references, and improved grammar |
| testing-library-with-visual-studio.md | Updated framework selection, test project template references, and file naming |
| publishing-with-visual-studio.md | Updated path examples from net8.0 to net10.0 |
| testing-library-with-visual-studio-code.md | Updated code snippet reference path |
| .csproj/.vbproj files | Updated TargetFramework from net8.0 to net10.0 |
| StringLibraryTest/Test1.cs | New test file matching updated template structure |
| StringLibraryTest/StringLibraryTest.csproj | Updated with Microsoft.Testing.Platform configuration |
| Image files | Added new version-neutral images |
adegeo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One bug to fix.
Updates the Visual Studio tutorial series to reference Visual Studio 2026 and .NET 10 as the current versions.
Changes
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.
Internal previews