Update library-with-visual-studio-code tutorial to .NET 10#51391
Merged
meaghanlewis merged 6 commits intomainfrom Feb 4, 2026
Merged
Update library-with-visual-studio-code tutorial to .NET 10#51391meaghanlewis merged 6 commits intomainfrom
meaghanlewis merged 6 commits intomainfrom
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update tutorial to use .NET 10
Update library-with-visual-studio-code tutorial to .NET 10
Jan 29, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the "Create a .NET class library using Visual Studio Code" tutorial from .NET 9 to .NET 10 as part of a freshness pass. The changes ensure the tutorial reflects the latest .NET version and maintains consistency between C# and VB examples.
Changes:
- Updated all references from .NET 9 to .NET 10 in the documentation
- Updated the VB project file target framework from
netstandard2.0tonet10.0to match the C# version - Refreshed the metadata date to 01/29/2026
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/core/tutorials/library-with-visual-studio-code.md | Updated tutorial content with .NET 10 references, improved instructions clarity, and added alternative method for project reference |
| docs/core/tutorials/snippets/library-with-visual-studio/vb/StringLibrary/StringLibrary.vbproj | Updated VB target framework from netstandard2.0 to net10.0 for consistency with C# |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
adegeo
requested changes
Jan 29, 2026
adegeo
approved these changes
Feb 4, 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.
Updates the "Create a .NET class library using Visual Studio Code" tutorial for .NET 10.
Changes
netstandard2.0tonet10.0(C# snippets were already onnet10.0)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