Code Analysis ReferenceFixesCS0403On this pageCS0403PropertyValueTitleCannot convert null to type parameter 'name' because it could be a non-nullable value type. Consider using default('T') instead.SeverityErrorCode FixesReplace 'null' with default valueSee AlsoOfficial Documentation