NetPackageAnalyzer- idea –part 1
I wanted to have a tool that can analyze a C# solution with all the dependencies ( project relations, packages, 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
Leave a Reply