Skip to content
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

[dotnet package search] the failure to load a serivce index should be an error and not a warning. #13163

Closed
Nigusu-Allehu opened this issue Jan 16, 2024 · 0 comments · Fixed by NuGet/NuGet.Client#5606
Assignees
Milestone

Comments

@Nigusu-Allehu
Copy link
Contributor

NuGet Product Used

dotnet.exe

Product Version

8.0.2xx

Worked before?

No response

Impact

It bothers me. A fix would be nice

Repro Steps & Context

.\dotnet.exe package search blam --configfile .\nuget.config --format json

 The failure to load a serivce index should be an error and not a warning.

{

  "version": 1,

  "problems": [],

  "searchResult": [

    {

      "sourceName": "nuget",

      "problems": null,

      "packages": [

        {

          "total downloads": 122711,

          "owners": "BlueLucy",

          "id": "BLAM3.SDK",

          "latestVersion": "3.1.3.16"

        },

        {

          "total downloads": 2458,

          "owners": "OpenBlam",

          "id": "OpenBlam.Core",

          "latestVersion": "1.1.0"

        },

        {

          "total downloads": 2593,

          "owners": "OpenBlam",

          "id": "OpenBlam.Serialization",

          "latestVersion": "1.2.1"

        },

        {

          "total downloads": 1538,

          "owners": "0xdeafcafe",

          "id": "Blamite",

          "latestVersion": "1.0.0"

        },

        {

          "total downloads": 4397,

          "owners": "jacraig",

          "id": "BlammoNet",

          "latestVersion": "1.1.0"

        },

        {

          "total downloads": 2693,

          "owners": "William-zzh",

          "id": "BlamanticUI",

          "latestVersion": "1.2.0"

        },

        {

          "total downloads": 57360,

          "owners": "mirsaeedi",

          "id": "RelationalGit",

          "latestVersion": "2.0.2"

        },

        {

          "total downloads": 21495,

          "owners": "timgaunt",

          "id": "Serilog.Sinks.Buffered",

          "latestVersion": "2.0.0"

        },

        {

          "total downloads": 19516,

          "owners": "timgaunt",

          "id": "Serilog.Sinks.Buffered.Web",

          "latestVersion": "2.0.0"

        },

        {

          "total downloads": 8184,

          "owners": "Fahimeh",

          "id": "SofiaWL",

          "latestVersion": "2.0.12"

        },

        {

          "total downloads": 844,

          "owners": "Blame_Two",

          "id": "ZUDesignControl",

          "latestVersion": "1.0.1"

        }

      ]

    },

    {

      "sourceName": "devdiv",

      "problems": [

        {

          "text": "Unable to load the service index for source https://devdiv.pkgs.visualstudio.com/_packaging/devdiv-aggregate/nuget/v3/index.json.",

          "problemType": "Warning"

        }

      ],

      "packages": []

    }

  ]

}

Verbose Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants