SqliteEventId.SchemaConfiguredWarning Field

Definition

A schema was configured for an entity type, but SQLite does not support schemas.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Model.Validation category.

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

Applies to