CoreEventId.MappedEntityTypeIgnoredWarning Field

Definition

An entity type was first mapped explicitly and then ignored.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

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

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

Applies to