← Back
Milan Jovanovic August 23, 2025 41s

How I Enforce Clean Code in Every Project (No Exceptions)

Summary

The transcript discusses two key configurations for new .NET projects: code style rules defined in an editorconfig file and static code analysis settings managed through directory build props. The speaker recommends configuring analysis levels, treatment of warnings, code style enforcement, and potentially adding custom analyzers like SonarAnalyzer C to improve code quality and consistency. By implementing these configurations, developers can establish standardized coding practices and proactively identify potential issues in their .NET projects.

View original episode ↗