[*.cs] # CS8600: Converting null literal or possible null value to non-nullable type. dotnet_diagnostic.CS8600.severity = none # CS8618: Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable. dotnet_diagnostic.CS8618.severity = none # CS8602: Dereference of a possibly null reference. dotnet_diagnostic.CS8602.severity = none # CS8601: Possible null reference assignment. dotnet_diagnostic.CS8601.severity = none