You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entity Framework is emitting the following warning when loading a Complaint:
warn: Microsoft.EntityFrameworkCore.Model.Validation[20606]
The entity type 'Complaint.CallerAddress#IncompleteAddress' is an optional dependent using table sharing without any required non shared property that could be used to identify whether the entity exists. If all nullable properties contain a null value in database then an object instance won't be created in the query. Add a required property to create instances with null values for other properties or mark the incoming navigation as required to always create an instance.
The same warning is emitted for the following properties (all Owned properties):
Complaint.CallerAddress#IncompleteAddress
Complaint.CallerPhoneNumber#PhoneNumber
Complaint.CallerSecondaryPhoneNumber#PhoneNumber
Complaint.CallerTertiaryPhoneNumber#PhoneNumber
Complaint.SourceAddress#IncompleteAddress
Complaint.SourcePhoneNumber#PhoneNumber
Complaint.SourceSecondaryPhoneNumber#PhoneNumber
Complaint.SourceTertiaryPhoneNumber#PhoneNumber
The text was updated successfully, but these errors were encountered:
Entity Framework is emitting the following warning when loading a Complaint:
The same warning is emitted for the following properties (all Owned properties):
Complaint.CallerAddress#IncompleteAddress
Complaint.CallerPhoneNumber#PhoneNumber
Complaint.CallerSecondaryPhoneNumber#PhoneNumber
Complaint.CallerTertiaryPhoneNumber#PhoneNumber
Complaint.SourceAddress#IncompleteAddress
Complaint.SourcePhoneNumber#PhoneNumber
Complaint.SourceSecondaryPhoneNumber#PhoneNumber
Complaint.SourceTertiaryPhoneNumber#PhoneNumber
The text was updated successfully, but these errors were encountered: