-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Update startvs/startvscode scripts to use ".NET" terminology #64410
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
Conversation
Co-authored-by: adityamandaleeka <[email protected]>
|
(FYI this was mostly triggered as a test for Copilot PRs, but I guess it is useful) |
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 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.