CoreEventId.ConflictingForeignKeyAttributesOnNavigationAndPropertyWarning Field

Definition

The ForeignKeyAttribute specified on the navigation doesn't match the ForeignKeyAttribute specified on the property.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model category.

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

Applies to