C# has a feature called Nullable Reference Types to help stop errors from null values. It started in C# 8.0 and sometimes developers use a special mark to ignore warnings about null.