NetPackageAnalyzer–part 11–Building Blocks , Test Projects and Root Projects
The .NET Tool , https://www.nuget.org/packages/netpackageanalyzerconsole , can now analyze a solution and see the Building Blocks , Test Projects and Root Projects
Building blocks Projects
I define as Building blocks projects the projects that have no reference to other projects.
If you are new to the solution , then you can start to those base projects – should be self contained and self explanatory
Root Projects
I define as root projects the projects that are not referenced by any other project and that are not test projects
Can be console, winforms, windows api, mobile , services … Important is that they contain the functionality for the business
Test Projects
The application shows test projects and the projects that are tested.
Install from https://nuget.org/packages/netpackageanalyzerconsole
Leave a Reply