Open
Description
Documentation Request
Consider a high-level walkthrough of the architecture of the code, and pointers to what lives where to help contributors get started in the codebase. This seems to be what the learning path / architecture section is for, but its empty.
Understanding the project layout can be a bit confusing as it seems to have evolved from other tools. For example, the web API controllers are in the webAPI project, but the starup class that typically does the asp.net core initialization is over in tools/dotnet-monitor.
This could go into the building.md which right now just talks about how to do a build, but anything beyond that is an exercise in for the reader.