-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Update library-with-visual-studio-code tutorial to .NET 10 #51391
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
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
Co-authored-by: meaghanlewis <10103121+meaghanlewis@users.noreply.github.com>
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 "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>
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.
Something can be improved here. How do you trigger copilot to fix them?
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