Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 29, 2026

Updates the "Create a .NET class library using Visual Studio Code" tutorial for .NET 10.

Changes

  • Updated article content and code examples from .NET 9 to .NET 10
  • Unified VB snippet target framework from netstandard2.0 to net10.0 (C# snippets were already on net10.0)
  • Updated metadata date to reflect freshness pass
Original prompt

This section details on the original issue you should resolve

<issue_title>Use .NET 10 in Create a library tutorial</issue_title>
<issue_description>### Type of issue

Typo

Description

  • Perform a freshness pass of: Tutorial: Create a .NET class library using Visual Studio Code.
  • Update article to use .NET 10.

Page URL

https://learn.microsoft.com/en-us/dotnet/core/tutorials/library-with-visual-studio-code

Content source URL

https://github.com/dotnet/docs/blob/main/docs/core/tutorials/library-with-visual-studio-code.md

Document Version Independent Id

06ecbd1e-dad7-fbac-9160-dfce34df4d2c

Platform Id

9b1dc28a-bd19-85ab-f70f-f9ae2f6cef39

Article author

@meaghanlewis

Metadata

  • ID: a3cbb75b-e0aa-13c6-c07d-65f0f0f68da2
  • PlatformId: 9b1dc28a-bd19-85ab-f70f-f9ae2f6cef39
  • Service: dotnet-fundamentals

Related Issues


Associated WorkItem - 543455</issue_description>

Comments on the Issue (you are @copilot in this section)


✨ 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

📄 File 🔗 Preview link
docs/core/tutorials/library-with-visual-studio-code.md Tutorial: Create a .NET class library using Visual Studio Code

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
Copilot AI requested a review from meaghanlewis January 29, 2026 18:07
@meaghanlewis meaghanlewis marked this pull request as ready for review January 29, 2026 19:18
@meaghanlewis meaghanlewis requested a review from a team as a code owner January 29, 2026 19:18
Copilot AI review requested due to automatic review settings January 29, 2026 19:18
Copy link
Contributor

Copilot AI left a 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.0 to net10.0 to 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#

@meaghanlewis meaghanlewis requested a review from adegeo January 29, 2026 19:35
Copy link
Contributor

@adegeo adegeo left a 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?

@meaghanlewis meaghanlewis requested a review from adegeo January 29, 2026 20:49
@meaghanlewis meaghanlewis enabled auto-merge (squash) January 29, 2026 20:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use .NET 10 in Create a library tutorial

3 participants