In the previous article, we discussed how to identify Roslyn analyzers that have a negative impact on the compilation time of a .NET solution. For some projects, this can represent a significant percentage of the compilation time, which can affect developer productivity and satisfaction, as well as metrics related to performance and releases. In this next part, we’ll further explore the possibilities for optimizing the compilation of a .NET solution by focusing on the solution’s architect...