Mateus.Tech.NuGetScanner
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Mateus.Tech.NuGetScanner --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Mateus.Tech.NuGetScanner --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mateus.Tech.NuGetScanner&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Mateus.Tech.NuGetScanner --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuget-scanner
A .NET tool that scans all NuGet packages in a solution and reports available updates. 🚀
Features
- Scans all projects within a solution.
- Detects outdated NuGet packages.
- Outputs a report showing which packages have updates available.
- Supports checking for pre-release versions.
Installation
You can install the tool globally using:
dotnet tool install --global nuget-scanner
Or install it as a local tool within a project:
dotnet new tool-manifest # If not already created
dotnet tool install --local nuget-scanner
Usage
Run the tool in the root of your solution:
nuget-scanner
Options
--project <path>
: Specify a specific project or solution file to scan.--include-prerelease
: Include pre-release versions when checking for updates.
Packages that have a pre-release version installed are automatically checked with pre-release enabled.
Building from Source
To build the project locally:
dotnet restore
dotnet build --configuration Release
Contributing
Contributions are welcome! Feel free to submit issues or pull requests.
License
This project is licensed under the GPLv3 License.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
v1.0.0
* First release of the tool
* Includes --project flag to manually point to project file or solution.
* Includes --include-prerelease flag to enable checking for pre-release NuGet
package versions.