CoreEventId.NonOwnershipInverseNavigationWarning Field

Definition

The navigation that InversePropertyAttribute points to is not the defining navigation.

public static readonly Microsoft.Extensions.Logging.EventId NonOwnershipInverseNavigationWarning;
 staticval mutable NonOwnershipInverseNavigationWarning : Microsoft.Extensions.Logging.EventId
Public Shared ReadOnly NonOwnershipInverseNavigationWarning As EventId 

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

This event uses the TwoUnmappedPropertyCollectionsEventData payload when used with a DiagnosticSource.

Applies to