CoreEventId.ManyServiceProvidersCreatedWarning Field

Definition

Many service providers were created in a single app domain.

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

Field Value

Remarks

This event is in the DbLoggerCategory.Infrastructure category.

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

Applies to