Closed
Description
NuGet Product Used
dotnet.exe
Product Version
.NET SDK 9.0.100-alpha.1.24062.11
Worked before?
No response
Impact
It bothers me. A fix would be nice
Repro Steps & Context
.\dotnet.exe package search <search_term> --format json
Note: this repros with or without --exact-match
Expected:
The feedback is that fields that do not have values available in the package source, such as owners or total downloads, should not be included in the json output.
Actual:
Fields that do not have values available in the package source, such as owners or total downloads, are provided in the json output with the value null.
Feedback provided here: #13158 (comment)
Verbose Logs
No response