Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 17, 2025

Update startvs/startvscode scripts to use ".NET" terminology

  • You've read the Contributor Guide and Code of Conduct.
  • You've included unit or integration tests for your change, where applicable.
  • You've included inline docs for your change, where applicable.
  • There's an open issue for the PR that you are making. If you'd like to propose a new feature or change, please open an issue to discuss the change or find an existing issue.

Replace outdated ".NET Core" references with ".NET" in developer scripts

Description

Updates comments and error messages in startvs/startvscode scripts to replace ".NET Core" with ".NET", aligning with modern branding (post-.NET 5).

Files modified:

  • startvs.cmd - 4 occurrences
  • startvscode.cmd - 4 occurrences
  • startvscode.sh - 4 occurrences
  • src/ProjectTemplates/scripts/startvs.cmd - 4 occurrences

Changes are limited to text in comments and error messages. Script functionality unchanged.

Fixes #{issue number}

Original prompt

This section details on the original issue you should resolve

<issue_title>Improve startvs/startvscode scripts</issue_title>
<issue_description>There are a bunch of dev scripts like startvs.cmd that could use some updates. At the very least, they reference ".NET Core" in a bunch of places and those should be changed to ".NET".</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.

Copilot AI changed the title [WIP] Update startvs/startvscode scripts to replace .NET Core references Update startvs/startvscode scripts to use ".NET" terminology Nov 17, 2025
Copilot finished work on behalf of adityamandaleeka November 17, 2025 23:38
@adityamandaleeka
Copy link
Member

adityamandaleeka commented Nov 17, 2025

(FYI this was mostly triggered as a test for Copilot PRs, but I guess it is useful)

@adityamandaleeka adityamandaleeka added area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework and removed Attention: Shared Code Modified labels Nov 18, 2025
@adityamandaleeka adityamandaleeka marked this pull request as ready for review November 19, 2025 00:52
Copilot AI review requested due to automatic review settings November 19, 2025 00:52
@adityamandaleeka adityamandaleeka merged commit 13e009d into main Nov 19, 2025
34 checks passed
@adityamandaleeka adityamandaleeka deleted the copilot/update-startvs-scripts branch November 19, 2025 00:53
Copilot finished reviewing on behalf of adityamandaleeka November 19, 2025 00:53
@dotnet-policy-service dotnet-policy-service bot added this to the 11.0-preview1 milestone Nov 19, 2025
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 terminology in developer convenience scripts by replacing outdated ".NET Core" references with ".NET" to align with modern branding conventions (post-.NET 5). The changes are purely textual, affecting only comments and error messages without modifying any script functionality.

Key changes:

  • Updated 4 script files to replace ".NET Core" with ".NET" in comments and error messages
  • Maintains consistency across startvs and startvscode scripts for both Windows (.cmd) and Linux/Mac (.sh) platforms

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
startvscode.sh Updated comments and error message to use ".NET" instead of ".NET Core"
startvscode.cmd Updated comments and error message to use ".NET" instead of ".NET Core"
startvs.cmd Updated comments and error message to use ".NET" instead of ".NET Core"
src/ProjectTemplates/scripts/startvs.cmd Updated comments and error message to use ".NET" instead of ".NET Core"

The changes are straightforward and correctly implemented. All instances of ".NET Core" have been appropriately replaced with ".NET" in comments and user-facing error messages across all four modified files. The updates maintain consistency with modern .NET branding while preserving the functionality of the scripts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure Includes: MSBuild projects/targets, build scripts, CI, Installers and shared framework

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve startvs/startvscode scripts

3 participants