We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.exe
8.0.2xx
No response
It bothers me. A fix would be nice
.\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,
"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",
"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,
"id": "Serilog.Sinks.Buffered.Web",
"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": []
The text was updated successfully, but these errors were encountered:
dotnet package search
Nigusu-Allehu
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: