RelationalEventId.MigrationsNotFound Field

Definition

Migrations weren't found.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Migrations category.

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

Applies to