Skip to content
Andrei Ignat edited this page Sep 15, 2024 · 4 revisions

Welcome to the PackageAnalyzer wiki!

What it does :

PackageAnalyzer is a tool that helps you analyze the dependencies of your solution and the commits

It generates a graph of the dependencies for

  • the packages of your solution ( and see when the major version of a package differs between projects)
  • the projects of your solution.
  • the project dependencies of each project.

Along with the graph, it also generates

  • a report for the commits of the solution per years.
  • a report for outdated/deprecated packages per solution.
  • building blocks for the solution - you can start from here to understand the solution

If you want to see how it looks like, you can see how he analyses himself at Analyzer

See now the Installation page to install it as a local tool.

Clone this wiki locally