Skip to content

chore: add local NuGet source via NOSCORE_LOCAL_PACKAGES env var#112

Merged
erwan-joly merged 1 commit intomasterfrom
chore/nuget-local-source
Apr 24, 2026
Merged

chore: add local NuGet source via NOSCORE_LOCAL_PACKAGES env var#112
erwan-joly merged 1 commit intomasterfrom
chore/nuget-local-source

Conversation

@erwan-joly
Copy link
Copy Markdown
Contributor

Summary

  • Adds a local NuGet package source that reads the NOSCORE_LOCAL_PACKAGES environment variable.
  • When the variable is unset the source resolves to nothing and nuget.org is used — contributors who don't opt in are unaffected.
  • Set NOSCORE_LOCAL_PACKAGES to a folder (e.g. C:\LocalPackages) to consume unpublished .nupkg builds locally without editing NuGet.config.

Test plan

  • dotnet restore succeeds with NOSCORE_LOCAL_PACKAGES unset.
  • dotnet restore succeeds with NOSCORE_LOCAL_PACKAGES pointing to a folder containing a .nupkg override.

Generated with Claude Code

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 24, 2026

Warning

Rate limit exceeded

@erwan-joly has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 17 minutes and 28 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 17 minutes and 28 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 4c8e1973-d159-43ad-87d5-ba18d5e0595a

📥 Commits

Reviewing files that changed from the base of the PR and between 4101793 and 446d126.

📒 Files selected for processing (1)
  • NuGet.config
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/nuget-local-source

Comment @coderabbitai help to get the list of available commands and usage tips.

@erwan-joly erwan-joly merged commit 4da4b68 into master Apr 24, 2026
1 of 3 checks passed
@erwan-joly erwan-joly deleted the chore/nuget-local-source branch April 24, 2026 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant