-
-
Notifications
You must be signed in to change notification settings - Fork 17
Update 1 NuGet dependencies #361
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
Update 1 NuGet dependencies #361
Conversation
Bumps Nerdbank.GitVersioning from 3.8.118 to 3.9.50</br> [version update] ###⚠️ This is an automated update.⚠️
WalkthroughUpdates the Nerdbank.GitVersioning dependency version in the lock file from 3.8.118 to 3.9.50, including the corresponding requested version range and content hash. No other dependencies are affected. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~5 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 1
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (2)
nanoFramework.System.Net/System.Net.nfprojis excluded by none and included by nonenanoFramework.System.Net/packages.configis excluded by none and included by none
📒 Files selected for processing (1)
nanoFramework.System.Net/packages.lock.json(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
- GitHub Check: System.Net (Build_Library)
| "requested": "[3.9.50, 3.9.50]", | ||
| "resolved": "3.9.50", | ||
| "contentHash": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA==" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
Verify Nerdbank.GitVersioning 3.9.50 availability and security status.
The lock file format and structure are correct. However, before merging, confirm that the target package version exists on NuGet and contains no known security vulnerabilities or breaking changes.
🌐 Web query:
Is Nerdbank.GitVersioning version 3.9.50 available on NuGet and are there any known security advisories for this version?
💡 Result:
Short answer: No — Nerdbank.GitVersioning v3.9.50 is not listed on nuget.org; the NuGet feed shows releases up through 3.9.37-alpha. I found no public security advisories affecting v3.9.50 (security scans / vulnerability databases show no direct vulnerabilities). [1][2][3]
Sources:
- nuget.org package/profile (latest listed: 3.9.37-alpha). [1]
- Snyk package page (no direct vulnerabilities reported; shows a 3.9.50 entry for the NPM/npm-scoped package view). [2]
- Official GitHub repository (no security advisories listed for Nerdbank.GitVersioning). [3]
Revert Nerdbank.GitVersioning to an available version—3.9.50 does not exist on NuGet.
The package version 3.9.50 is not listed on nuget.org; the NuGet feed shows releases up through 3.9.37-alpha. This will cause package restore failures during build. Update the lock file to use version 3.9.37-alpha or investigate why the automated bot attempted to update to a non-existent version.
Lines 37-39 in nanoFramework.System.Net/packages.lock.json:
"requested": "[3.9.50, 3.9.50]",
"resolved": "3.9.50",
"contentHash": "HtOgGF6jZ+WYbXnCUCYPT8Y2d6mIJo9ozjK/FINTRsXdm4Zgv9GehUMa7EFoGQkqrMcDJNOIDwCmENnvXg4UbA=="
🤖 Prompt for AI Agents
In nanoFramework.System.Net/packages.lock.json around lines 37 to 39, the lock
file pins Nerdbank.GitVersioning to a non-existent NuGet version
(requested/resolved "3.9.50"), causing restore failures; update the lock entry
to a valid published version (for example "3.9.37-alpha") or revert the bot
change: set both "requested" and "resolved" to the available version string and
regenerate or update the contentHash accordingly (or run dotnet restore/nuget
restore to regenerate the lock file) so the package restore succeeds.
Bumps Nerdbank.GitVersioning from 3.8.118 to 3.9.50
[version update]
Summary by CodeRabbit