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 @@ -44,8 +44,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
2 changes: 1 addition & 1 deletion nanoFramework.Json.Benchmark/packages.config
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
6 changes: 3 additions & 3 deletions nanoFramework.Json.Benchmark/packages.lock.json
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

nanoFramework.Benchmark 1.0.113 NuGet package


<web_search_result>
I couldn't find a nanoFramework.Benchmark 1.0.113 package on nuget.org. The nanoFramework.Benchmark NuGet pages show published versions such as 1.0.83, 1.0.97 and 1.0.100 (no 1.0.113 listed). [1][2]

If you want, I can watch nuget.org and notify you if/when 1.0.113 appears, or fetch the latest available version now.

Sources:
[1] nanoFramework.Benchmark — nuget.org (version list pages). (nuget.org)

Citations:


Script executed:

#!/bin/bash
# Check for security advisories related to nanoFramework.Benchmark
# Using GitHub security and NuGet package information
curl -s "https://api.github.com/search/issues?q=nanoFramework.Benchmark+1.0.113+security" | head -100

Repository: nanoframework/nanoFramework.Json


<shell_result>
Repository: nanoframework/nanoFramework.Json
Exit code: 0

stdout:

{
  "total_count": 3,
  "incomplete_results": false,
  "items": [
    {
      "url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15",
      "repository_url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack",
      "labels_url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15/labels{/name}",
      "comments_url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15/comments",
      "events_url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15/events",
      "html_url": "https://github.com/nanoframework/nanoFramework.MessagePack/pull/15",
      "id": 3665119398,
      "node_id": "PR_kwDOOTkNIM61hoS0",
      "number": 15,
      "title": "Update 1 NuGet dependencies",
      "user": {
        "login": "nfbot",
        "id": 25073645,
        "node_id": "MDQ6VXNlcjI1MDczNjQ1",
        "avatar_url": "https://avatars.githubusercontent.com/u/25073645?v=4",
        "gravatar_id": "",
        "url": "https://api.github.com/users/nfbot",
        "html_url": "https://github.com/nfbot",
        "followers_url": "https://api.github.com/users/nfbot/followers",
        "following_url": "https://api.github.com/users/nfbot/following{/other_user}",
        "gists_url": "https://api.github.com/users/nfbot/gists{/gist_id}",
        "starred_url": "https://api.github.com/users/nfbot/starred{/owner}{/repo}",
        "subscriptions_url": "https://api.github.com/users/nfbot/subscriptions",
        "organizations_url": "https://api.github.com/users/nfbot/orgs",
        "repos_url": "https://api.github.com/users/nfbot/repos",
        "events_url": "https://api.github.com/users/nfbot/events{/privacy}",
        "received_events_url": "https://api.github.com/users/nfbot/received_events",
        "type": "User",
        "user_view_type": "public",
        "site_admin": false
      },
      "labels": [
        {
          "id": 8480995172,
          "node_id": "LA_kwDOOTkNIM8AAAAB-YG3ZA",
          "url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/labels/Type:%20dependencies",
          "name": "Type: dependencies",
          "color": "8ac2ea",
          "default": false,
          "description": ""
        }
      ],
      "state": "closed",
      "locked": false,
      "assignee": null,
      "assignees": [

      ],
      "milestone": null,
      "comments": 2,
      "created_at": "2025-11-26T00:40:26Z",
      "updated_at": "2025-11-26T00:45:21Z",
      "closed_at": "2025-11-26T00:45:19Z",
      "author_association": "MEMBER",
      "type": null,
      "active_lock_reason": null,
      "draft": false,
      "pull_request": {
        "url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/pulls/15",
        "html_url": "https://github.com/nanoframework/nanoFramework.MessagePack/pull/15",
        "diff_url": "https://github.com/nanoframework/nanoFramework.MessagePack/pull/15.diff",
        "patch_url": "https://github.com/nanoframework/nanoFramework.MessagePack/pull/15.patch",
        "merged_at": "2025-11-26T00:45:19Z"
      },
      "body": "Bumps nanoFramework.Benchmark from 1.0.112 to 1.0.113</br>\n[version update]\n\n### :warning: This is an automated update. :warning:\n\n\n<!-- This is an auto-generated comment: release notes by coderabbit.ai -->\n\n## Summary by CodeRabbit\n\n* **Chores**\n  * Updated dependencies to the latest version.\n\n<sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub>\n\n<!-- end of auto-generated comment: release notes by coderabbit.ai -->",
      "reactions": {
        "url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15/reactions",
        "total_count": 0,
        "+1": 0,
        "-1": 0,
        "laugh": 0,
        "hooray": 0,
        "confused": 0,
        "heart": 0,
        "rocket": 0,
        "eyes": 0
      },
      "timeline_url": "https://api.github.com/repos/nanoframework/nanoFramework.MessagePack/issues/15/timeline",
      "performed_via_github_app": null,
      "state_reason": null,
      "score": 1.0
    },
    {
      "url": "https://api.github.com/repos/nanoframework/nanoFramework.Hardware.Esp32.Rmt/issues/96",
      "repository_url": "https://api.github.com/repos/nanoframework/nanoFramework.Hardware.Esp32.Rmt",
      "labels_url": "https://api.github.com/repos/nanoframework/nanoFramework.Hardware.Esp32.Rmt/issues/96/labels{/name}",
      "comments_url": "https://api.github.com/repos/nanoframework/nanoFramework.Hardware.Esp32.Rmt/issues/96/comments",
      "events_url": "https://api.github.com/repos/nanoframework/nanoFramework.Hardware.Esp32.Rmt/issues/96/events",
      "html_url": "https://github.com/nanoframework/nanoFramework.Hardware.Esp32.Rmt/pull/96",
      "id": 3658112281,
      "node_id": "PR_kwDODCmPAs61KDXx",
      "number": 96,
      "title": "Update 1 NuGet dependencies",
      "user": {
        "login": "nfbot",

</shell_result>


Script executed:

#!/bin/bash
# Check the actual content of packages.lock.json
cat -n nanoFramework.Json.Benchmark/packages.lock.json | head -20

Repository: nanoframework/nanoFramework.Json


<shell_result>
Repository: nanoframework/nanoFramework.Json
Exit code: 0

stdout:

     1	{
     2	  "version": 1,
     3	  "dependencies": {
     4	    ".NETnanoFramework,Version=v1.0": {
     5	      "nanoFramework.Benchmark": {
     6	        "type": "Direct",
     7	        "requested": "[1.0.113, 1.0.113]",
     8	        "resolved": "1.0.113",
     9	        "contentHash": "RzyI2ZhBrnHHfTclGRv0zl92ueEEVqCgsfAEZ1WHElJdAfHCfJIHOQiHQha5IBJ0ttsLIEiy51fyBeDZpgLJCw=="
    10	      },
    11	      "nanoFramework.CoreLibrary": {
    12	        "type": "Direct",
    13	        "requested": "[1.17.11, 1.17.11]",
    14	        "resolved": "1.17.11",
    15	        "contentHash": "HezzAc0o2XrSGf85xSeD/6xsO6ohF9hX6/iMQ1IZS6Zw6umr4WfAN2Jv0BrPxkaYwzEegJxxZujkHoUIAqtOMw=="
    16	      },
    17	      "nanoFramework.Logging": {
    18	        "type": "Direct",
    19	        "requested": "[1.1.161, 1.1.161]",
    20	        "resolved": "1.1.161",

</shell_result>


This version does not exist on NuGet—the packages.lock.json references a non-existent release.

Web search of nuget.org confirms nanoFramework.Benchmark version 1.0.113 is not published. Only versions 1.0.83, 1.0.97, and 1.0.100 are available. This will cause NuGet restore failures. Verify the actual intended version and update accordingly.

🤖 Prompt for AI Agents
In nanoFramework.Json.Benchmark/packages.lock.json around lines 7 to 9, the lock
file references nanoFramework.Benchmark version 1.0.113 which does not exist on
NuGet; update the lock entry to a valid published version (e.g., 1.0.100,
1.0.97, or 1.0.83) or the exact intended version. To fix, confirm the correct
package version in your project/nuget.config or csproj, run a fresh restore
(dotnet restore or nuget restore) to regenerate packages.lock.json so it
resolves to a published version, and commit the updated packages.lock.json.
Ensure the requested/resolved fields match the confirmed version and the
contentHash is regenerated by the restore.

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