Update startvs/startvscode scripts to use ".NET" terminology#64410
Update startvs/startvscode scripts to use ".NET" terminology#64410adityamandaleeka merged 2 commits intomainfrom
Conversation
Co-authored-by: adityamandaleeka <219224+adityamandaleeka@users.noreply.github.com>
|
(FYI this was mostly triggered as a test for Copilot PRs, but I guess it is useful) |
There was a problem hiding this comment.
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.
Update startvs/startvscode scripts to use ".NET" terminology
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 occurrencesstartvscode.cmd- 4 occurrencesstartvscode.sh- 4 occurrencessrc/ProjectTemplates/scripts/startvs.cmd- 4 occurrencesChanges are limited to text in comments and error messages. Script functionality unchanged.
Fixes #{issue number}
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.