Skip to content

Commit 5d94c62

Browse files
Fix NuGet typo (#35428)
Co-authored-by: Alex Nguyen <[email protected]>
1 parent e8c69a2 commit 5d94c62

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following aggregate metrics will be collected and transmitted on a daily bas
141141
| CF | `packages_stats.ecosystems.nuget.internal_packages_count` | Number of internal NuGet packages |
142142
| CG | `packages_stats.ecosystems.nuget.user_packages_count` | Number of NuGet packages owned by user accounts |
143143
| CH | `packages_stats.ecosystems.nuget.organization_packages_count` | Number of NuGet packages owned by organizations |
144-
| CI | `packages_stats.ecosystems.nuget.daily_download_count` | Number of downloads of Nuget packages |
144+
| CI | `packages_stats.ecosystems.nuget.daily_download_count` | Number of downloads of NuGet packages |
145145
| CJ | `packages_stats.ecosystems.nuget.daily_update_count` | Number of NuGet packages updated |
146146
| CK | `packages_stats.ecosystems.nuget.daily_delete_count` | Number of NuGet packages deleted |
147147
| CL | `packages_stats.ecosystems.nuget.daily_create_count` | Number of NuGet packages created |

content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ Creating a {% data variables.product.prodname_codeql %} database without buildin
334334

335335
You can ensure a more accurate analysis by taking the following steps:
336336

337-
* Provide access to the public internet or ensure that access to a private Nuget feed is available.
338-
* Check whether the repository requires multiple versions of the same Nuget dependency. {% data variables.product.prodname_codeql %} can use only one version and usually chooses the newer version where there are multiple versions. This approach may not work for all repositories.
337+
* Provide access to the public internet or ensure that access to a private NuGet feed is available.
338+
* Check whether the repository requires multiple versions of the same NuGet dependency. {% data variables.product.prodname_codeql %} can use only one version and usually chooses the newer version where there are multiple versions. This approach may not work for all repositories.
339339
* Check whether multiple versions of .NET are referenced, for example, `net48`, `net5.0`, and `netstandard1.6`. {% data variables.product.prodname_codeql %} can use only one version and this may affect accuracy.
340340
* Avoid colliding class names, otherwise this may cause missing method call targets, which has an impact on dataflow analysis.
341341

@@ -379,13 +379,13 @@ If `autobuild` detects multiple solution or project files at the same (shortest)
379379

380380
For .NET Core application development on self-hosted runners, the .NET SDK is required (for `dotnet`).
381381

382-
For .NET Framework application development, you will need Microsoft Build Tools (for `msbuild`) and Nuget CLI (for `nuget`).
382+
For .NET Framework application development, you will need Microsoft Build Tools (for `msbuild`) and NuGet CLI (for `nuget`).
383383

384384
Windows runners require `powershell.exe` to be on the `PATH`.
385385

386386
{% ifversion codeql-no-build-csharp %}
387387

388-
If you plan to create {% data variables.product.prodname_codeql %} databases using `build-mode: none`, you also need to provide access to the public internet, or you must ensure that access to a private Nuget feed is available.
388+
If you plan to create {% data variables.product.prodname_codeql %} databases using `build-mode: none`, you also need to provide access to the public internet, or you must ensure that access to a private NuGet feed is available.
389389

390390
{% endif %}
391391

@@ -404,7 +404,7 @@ For .NET Framework application development, you will require Mono Runtime (to ru
404404

405405
{% ifversion codeql-no-build-csharp %}
406406

407-
If you plan to create {% data variables.product.prodname_codeql %} databases using `build-mode: none`, you also need to provide access to the public internet, or you must ensure that access to a private Nuget feed is available.
407+
If you plan to create {% data variables.product.prodname_codeql %} databases using `build-mode: none`, you also need to provide access to the public internet, or you must ensure that access to a private NuGet feed is available.
408408

409409
{% endif %}
410410

content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ You can give {% data variables.product.prodname_dependabot %} access to private
10271027
> * Gradle
10281028
> * Maven
10291029
> * Npm
1030-
> * Nuget{% ifversion dependabot-updates-pub-private-registry %}
1030+
> * NuGet{% ifversion dependabot-updates-pub-private-registry %}
10311031
> * Pub{% endif %}
10321032
> * Python
10331033
> * Yarn

content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You'll find detailed guidance for the setup of the following package managers:
3434
* [Gradle](#gradle)
3535
* [Maven](#maven)
3636
* [npm](#npm)
37-
* [Nuget](#nuget){% ifversion dependabot-updates-pub-private-registry %}
37+
* [NuGet](#nuget){% ifversion dependabot-updates-pub-private-registry %}
3838
* [pub](#pub){% endif %}
3939
* [Python](#python)
4040
* [Yarn](#yarn)
@@ -323,7 +323,7 @@ For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_d
323323

324324
Registries should be configured using the `https` protocol.
325325

326-
### Nuget
326+
### NuGet
327327

328328
Supported by Artifactory, Artifacts, Cloudsmith, {% data variables.product.prodname_registry %} registry, Nexus, and ProGet.
329329

content/code-security/dependabot/working-with-dependabot/removing-dependabot-access-to-public-registries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,11 @@ If the `yarn.lock` file doesn't list the private registry as the dependency sour
226226
> [!NOTE]
227227
> For scoped dependencies (`@my-org/my-dep`), {% data variables.product.prodname_dependabot %} requires that the private registry is defined in the project's `.yarnrc` file. To define private registries for individual scopes, use `"@myscope:registry" "https://private_registry_url"`.
228228

229-
## Nuget
229+
## NuGet
230230

231-
To allow the Nuget ecosystem to only access private registries, you can configure the `dependabot.yml` file. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#nuget-feed)."
231+
To allow the NuGet ecosystem to only access private registries, you can configure the `dependabot.yml` file. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#nuget-feed)."
232232

233-
The Nuget ecosystem additionally requires a `nuget.config` file to be checked into the repository, with either a `< clear />` tag in `<packageSources>` section or a key `nuget.org` as true in the `disabledPackageSources` section of the `nuget.config` file.
233+
The NuGet ecosystem additionally requires a `nuget.config` file to be checked into the repository, with either a `< clear />` tag in `<packageSources>` section or a key `nuget.org` as true in the `disabledPackageSources` section of the `nuget.config` file.
234234

235235
This is an example of a `< clear />` tag in the `packageSources` section of the `nuget.config`.
236236

0 commit comments

Comments
 (0)