Absolutely spot on! These 4 elements are essential for any .NET project. Serilog for robust logging, Docker-compose for replicable environments, StyleCop SonarAnalyzer for clean code, and .editorconfig for consistent coding styles.
Here are 4 things I set up on every new .NET project:
- Logging (Serilog)
- Docker-compose
- StyleCop SonarAnalyzer
- Coding conventions (.editorconfig)
Everything is easier after that.
And I can make sure the team has a consistent development experience.