NMThanks, Alexandre - great too see that tag added! 😀Reply·Article·Jun 9, 2022·Unit testing Azure Functions
NMGreat 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!Comment·Article·Apr 27, 2021·Static Code Analyses - Checkov, Terraform and Azure DevOps
NMSpot 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.Comment·Article·Apr 20, 2021·Over Engineering
NMVery nice post, awesome code snippets. Mocking things is mostly what I find my self spending most time on when writing unit test!Comment·Article·Apr 20, 2021·Mocking HttpContext in ASPNET Core