Skip to content

Fix user-facing casing of NuGet #19638

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

martincostello
Copy link
Contributor

Fix user-facing strings to use "NuGet" instead of "Nuget" and "dotnet" instead of "Dotnet".

Fix user-facing strings to use "NuGet" instead of "Nuget" and "dotnet" instead of "Dotnet".
@martincostello martincostello marked this pull request as ready for review June 2, 2025 08:32
@Copilot Copilot AI review requested due to automatic review settings June 2, 2025 08:32
@martincostello martincostello requested a review from a team as a code owner June 2, 2025 08:32
Copy link
Contributor

@Copilot 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 fixes the casing of user‐facing strings to ensure that “NuGet” and “dotnet” are correctly capitalized throughout the documentation, tests, and logging messages.

  • Updates all occurrences of “Nuget” to “NuGet” in README files, diagnostic messages, and logs.
  • Updates “Dotnet” to “dotnet” in messages where applicable.
  • Aligns documentation and comments in extractor code to match the proper branding.

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
csharp/scripts/stubs/README.md Corrected casing in the title and description of stub generation.
csharp/ql/integration-tests/** Updated expected outputs and comments to use “NuGet” and “dotnet”.
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/NugetPackageRestorer.cs Updated logging messages for restored and excluded package DLLs.
csharp/extractor/Semmle.Extraction.CSharp.DependencyFetching/** Updated messages and documentation to use correct casing.
csharp/autobuilder/Semmle.Autobuild.CSharp/CSharpAutobuilder.cs Adjusted diagnostic messages for consistent branding.

Copy link
Contributor

@michaelnebel michaelnebel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx! LGTM!

@michaelnebel michaelnebel merged commit 21cb8b2 into github:main Jun 2, 2025
18 checks passed
@martincostello martincostello deleted the dotnet-branding branch June 2, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants