Visual Studio Code – Dereference of a possibly null reference using Guards
It's been a while since I've been deep into C#. Last time I used it I was using VS 2019. Back then I used to use a fluent validation library called Dawn Guard, to validate arguments incoming to methods and…