Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
<Reference Include="mscorlib, Version=1.17.11.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.CoreLibrary.1.17.11\lib\mscorlib.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.Benchmark, Version=1.0.112.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Benchmark.1.0.112\lib\nanoFramework.Benchmark.dll</HintPath>
<Reference Include="nanoFramework.Benchmark, Version=1.0.113.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Benchmark.1.0.113\lib\nanoFramework.Benchmark.dll</HintPath>
</Reference>
<Reference Include="nanoFramework.Logging, Version=1.1.161.0, Culture=neutral, PublicKeyToken=c07d481e9758c731">
<HintPath>..\packages\nanoFramework.Logging.1.1.161\lib\nanoFramework.Logging.dll</HintPath>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="nanoFramework.Benchmark" version="1.0.112" targetFramework="netnano1.0" />
<package id="nanoFramework.Benchmark" version="1.0.113" targetFramework="netnano1.0" />
<package id="nanoFramework.CoreLibrary" version="1.17.11" targetFramework="netnano1.0" />
<package id="nanoFramework.Logging" version="1.1.161" targetFramework="netnano1.0" />
<package id="nanoFramework.Runtime.Native" version="1.7.11" targetFramework="netnano1.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
".NETnanoFramework,Version=v1.0": {
"nanoFramework.Benchmark": {
"type": "Direct",
"requested": "[1.0.112, 1.0.112]",
"resolved": "1.0.112",
"contentHash": "ESLoTzEGB4QS4hvSDKD5p/CVHJYpgZ8XZ5EQACtF4/sljF0xHwyZzeZEBm2ooGS3tq3c7eEanYqBtAcnjbmt+g=="
"requested": "[1.0.113, 1.0.113]",
"resolved": "1.0.113",
"contentHash": "RzyI2ZhBrnHHfTclGRv0zl92ueEEVqCgsfAEZ1WHElJdAfHCfJIHOQiHQha5IBJ0ttsLIEiy51fyBeDZpgLJCw=="
Comment on lines +7 to +9
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Dependency update looks good.

The version bump from 1.0.112 to 1.0.113 for nanoFramework.Benchmark is a patch-level update with the requested range, resolved version, and contentHash appropriately updated. Lock file structure and integrity are preserved.

To ensure the update is safe, please verify that version 1.0.113 of nanoFramework.Benchmark introduces only bug fixes and no breaking changes:


🌐 Web query:

nanoFramework.Benchmark 1.0.113 release notes changelog

💡 Result:

Do you mean the NuGet package nanoFramework.Benchmark version 1.0.113? I can't find a release or NuGet page for that exact version — should I (a) search GitHub and NuGet more deeply for 1.0.113, or (b) fetch the latest available Benchmark release notes instead?


Version 1.0.113 of nanoFramework.Benchmark cannot be found on NuGet.org

Web searches confirm that nanoFramework.Benchmark version 1.0.113 is not available on the NuGet package registry. The latest findable versions are significantly lower (1.0.71 and 1.0.97). The lock file references a version that doesn't appear to exist, which will cause restore failures.

Verify the correct version number—it may be a typo, pre-release version, or an unreleased version. If 1.0.112 is the current version, confirm whether you intended to target that instead or wait for 1.0.113 to be published.

🤖 Prompt for AI Agents
In nanoFramework.Hardware.Esp32.Rmt.Benchmarks/packages.lock.json around lines
7–9 the lock file references nanoFramework.Benchmark version 1.0.113 which does
not exist on NuGet; update the requested/resolved entry to a valid published
version (e.g., 1.0.112 or 1.0.97) or remove/regenerate the lock file to match
the project package reference. Verify the intended target in the project file
(csproj/PackageReference), correct any typo, then run a restore to regenerate
packages.lock.json so requested and resolved versions match a published NuGet
package; if 1.0.113 is intended, wait for it to be published before locking to
that version.

},
"nanoFramework.CoreLibrary": {
"type": "Direct",
Expand Down