You can generate a report on maintainability, cyclomatic complexity, and lines of code directly within Visual Studio: Open the solution in . Go to Analyze > Calculate Code Metrics > For Solution .
: Run dotnet build Karlo_FirstProject.sln in your terminal to see errors, warnings, and build times. Karlo_FirstProject.sln
Install the extension or use the Microsoft.CodeAnalysis.NetAnalyzers via NuGet to catch issues during build. You can generate a report on maintainability, cyclomatic