dotnet-search
dotnet-search copied to clipboard
Search for Nuget packages using the .NET Core CLI.
NetCoreApp2.1 is no longer supported. Therefor I changed using frameworks NetCoreApp3.1, .Net5 & .Net6.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...
Can you multi-target this tool to .NETCore 3.1 and .NET5.0 as well? There's not a roll-forward from 2.x->3.x . If you have the old framework installed on your machine, the...
I cant search local sources. Maybe a --source flag? or check the global nuget.config? I can do `dotnet add package ABC` and it works but `dotnet search ABC` does not.
This PR add following 3 options * `--utf8`: output text as utf-8-nobom(default: system default) * `--format`: output text format(xml,json,table(=default)) * `--output`: output file path(default: stdout)
First, it's a helpful tool. The real trouble what i faced was that some package's ```Description``` field takes a lot of space of my terminal, so i can't see package's...
This tool is incredibly useful, thank you for creating it 👍🏽. This PR - upgrades the targetPlatfrom to net7.0 - upgrades the dependencies (Newton had already a vulnerability) I ran...
**Steps to reproduce:** 1. dotnet tool install --global dotnet-search 2. dotnet search dependencyinjection **Output:** `Unhandled Exception: Newtonsoft.Json.JsonReaderException: JSON integer 3296394538 is too large or small for an Int32. Path 'data[0].totalDownloads',...
The current dotnet framework that needs to be installed is version 2.0. It does not support the latest TLS version. And you get an error > No usable version of...
Any chance we could add an option to specify where the packages are being stored? And search it if its API is compatible? I would think the same searching mechanisms...