Measure and manage technical debt
Integrating the assessment and measurement of technical debt and code quality overall is essential as part of your Continuous Integration and Deployment pipelines in Azure DevOps.
In the Continuous Integration course in this series, we showed how to add support for SonarCloud into an Azure DevOps pipeline.
After it's added and a build done, you can see an analysis of your code:
If you drill into the issues, you can see what the issues are, along with suggested remedies and estimates of the time required to apply a remedy.