Skip to content

Fixing typo in the configuration example#3576

Open
exoosh wants to merge 1 commit into
NuGet:mainfrom
exoosh:main
Open

Fixing typo in the configuration example#3576
exoosh wants to merge 1 commit into
NuGet:mainfrom
exoosh:main

Conversation

@exoosh

@exoosh exoosh commented Jun 3, 2026

Copy link
Copy Markdown
  • The system-wide NuGet.config should be in %ProgramFiles(x86)% as per the documentation
    • Also, %appdata% would not require any elevation

Correct me, if I am wrong, but looking at the corresponding mac/Linux example the intent here is to use the global (not user-writable) .config.

* The system-wide NuGet.config should be in %ProgramFiles(x86)% as per
  the documentation
  - Also, %appdata% would not require any elevation
@exoosh exoosh requested review from a team as code owners June 3, 2026 13:47
@learn-build-service-prod

Copy link
Copy Markdown

Learn Build status updates of commit 4fb0f0f:

✅ Validation status: passed

File Status Preview URL Details
docs/consume-packages/configuring-nuget-behavior.md ✅Succeeded View

For more details, please refer to the build report.

@learn-build-service-prod

Copy link
Copy Markdown

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@exoosh

exoosh commented Jun 3, 2026

Copy link
Copy Markdown
Author

Also, whoever is maintaining this, I think the path for user-level and computer-level is inconsistent.

  • computer-level ⇒ directory path:
    • %ProgramFiles(x86)%\NuGet\Config
    • /etc/opt/NuGet/Config
  • user-level ⇒ full file path:
    • %appdata%\NuGet\NuGet.Config
    • ~/.config/NuGet/NuGet.Config

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.

3 participants