C# Nullable Reference Types
How many times do you find yourself testing a C# code but you get NullReferenceException because you didn't instantiate an object correctly or you didn't have your null checks set right? It is something that we deal with frequently, but this will cha...
blog.smejri.link3 min read