You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/monitoring-activity-in-your-enterprise/analyzing-how-your-team-works-with-server-statistics/about-server-statistics.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ The following aggregate metrics will be collected and transmitted on a daily bas
141
141
| CF |`packages_stats.ecosystems.nuget.internal_packages_count`| Number of internal NuGet packages |
142
142
| CG |`packages_stats.ecosystems.nuget.user_packages_count`| Number of NuGet packages owned by user accounts |
143
143
| 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 |
145
145
| CJ |`packages_stats.ecosystems.nuget.daily_update_count`| Number of NuGet packages updated |
146
146
| CK |`packages_stats.ecosystems.nuget.daily_delete_count`| Number of NuGet packages deleted |
147
147
| CL |`packages_stats.ecosystems.nuget.daily_create_count`| Number of NuGet packages created |
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -334,8 +334,8 @@ Creating a {% data variables.product.prodname_codeql %} database without buildin
334
334
335
335
You can ensure a more accurate analysis by taking the following steps:
336
336
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.
339
339
* 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.
340
340
* Avoid colliding class names, otherwise this may cause missing method call targets, which has an impact on dataflow analysis.
341
341
@@ -379,13 +379,13 @@ If `autobuild` detects multiple solution or project files at the same (shortest)
379
379
380
380
For .NET Core application development on self-hosted runners, the .NET SDK is required (for `dotnet`).
381
381
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`).
383
383
384
384
Windows runners require `powershell.exe` to be on the `PATH`.
385
385
386
386
{% ifversion codeql-no-build-csharp %}
387
387
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.
389
389
390
390
{% endif %}
391
391
@@ -404,7 +404,7 @@ For .NET Framework application development, you will require Mono Runtime (to ru
404
404
405
405
{% ifversion codeql-no-build-csharp %}
406
406
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.
Copy file name to clipboardExpand all lines: content/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1027,7 +1027,7 @@ You can give {% data variables.product.prodname_dependabot %} access to private
Copy file name to clipboardExpand all lines: content/code-security/dependabot/working-with-dependabot/guidance-for-the-configuration-of-private-registries-for-dependabot.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ You'll find detailed guidance for the setup of the following package managers:
Copy file name to clipboardExpand all lines: content/code-security/dependabot/working-with-dependabot/removing-dependabot-access-to-public-registries.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -226,11 +226,11 @@ If the `yarn.lock` file doesn't list the private registry as the dependency sour
226
226
> [!NOTE]
227
227
> 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"`.
228
228
229
-
## Nuget
229
+
## NuGet
230
230
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)."
232
232
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.
234
234
235
235
This is an example of a `< clear />` tag in the `packageSources` section of the `nuget.config`.
0 commit comments