CoreEventId.RedundantAddServicesCallWarning フィールド

定義

サービス プロバイダーで 'AddEntityFramework*' が呼び出されましたが、'UseInternalServiceProvider' は呼び出されませんでした。

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

フィールド値

注釈

このイベントはカテゴリ内 DbLoggerCategory.Infrastructure にあります。

このイベントでは、 と共に ServiceProviderEventData 使用するとペイロードが DiagnosticSource使用されます。

適用対象