CoreEventId.MappedNavigationIgnoredWarning Field

Definition

A navigation was first mapped explicitly and then ignored.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

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

See Modeling entity types and relationships for more information and examples.

Applies to