CommentApr 27, 2021Great article - really useful for me as we are currently in the progress of adding code analysis to most of our bigger projects. We are using SonarQube for all our .net projects, I can recommend that one as well!Static Code Analyses - Checkov, Terraform and Azure DevOps
CommentApr 20, 2021Spot on! But how tempting it can be to do perfect... :D I have had things running for years for thousands of users that took me 5 minutes to develop, but then again I have also spent weeks on the most elegant solutions that never got released.Over Engineering
CommentApr 20, 2021Very nice post, awesome code snippets. Mocking things is mostly what I find my self spending most time on when writing unit test!Mocking HttpContext in ASPNET Core