﻿[*.cs]

# CS8602: Dereference of a possibly null reference.
dotnet_diagnostic.CS8602.severity = none

# CS8629: Nullable value type may be null.
dotnet_diagnostic.CS8629.severity = none
