Share via


RelationalEventId.PendingModelChangesWarning Field

Definition

The model contains changes compared to the last migration.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Migrations category.

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

Applies to