C# 8 & No More NullReferenceExceptions – What about legacy code?
A .NET guideline specifies that an application should never throw a NullReferenceException. However, many applications and libraries do. The NullReferenceException is the most common exception happ…