CoreEventId.RedundantAddServicesCallWarning Field

Definition

'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

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

Applies to