<script type="text/javascript">
<!--
document.write('<div id="oa_widget"></div>');
document.write('<script type="text/javascript" src="https://www.openaire.eu/index.php?option=com_openaire&view=widget&format=raw&projectId=undefined&type=result"></script>');
-->
</script>
This article provides an introduction to code quality monitoring in software development, highlighting the importance of quality and the SonarQube tool, which performs static code analysis in C# projects. The text explores the main features of SonarQube, including detailed reports and integration with CI/CD processes.