CoreLoggerExtensions
CascadeDelete(IDiagnosticsLogger<Update>, InternalEntityEntry, InternalEntityEntry, EntityState)
CascadeDeleteOrphan(IDiagnosticsLogger<Update>, InternalEntityEntry, IEntityType, EntityState)
CascadeDeleteOrphanSensitive(IDiagnosticsLogger<Update>, InternalEntityEntry, IEntityType, EntityState)
CascadeDeleteSensitive(IDiagnosticsLogger<Update>, InternalEntityEntry, InternalEntityEntry, EntityState)
CollectionChangeDetected(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, INavigation, ISet<Object>, ISet<Object>)
CollectionChangeDetectedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, INavigation, ISet<Object>, ISet<Object>)
ConflictingForeignKeyAttributesOnNavigationAndPropertyWarning(IDiagnosticsLogger<Model>, INavigation, MemberInfo)
ConflictingShadowForeignKeysWarning(IDiagnosticsLogger<Model>, IForeignKey)
ContextDisposed(IDiagnosticsLogger<Infrastructure>, DbContext)
ContextInitialized(IDiagnosticsLogger<Infrastructure>, DbContext, DbContextOptions)
DetachedLazyLoadingWarning(IDiagnosticsLogger<Infrastructure>, DbContext, Object, String)
DetectChangesCompleted(IDiagnosticsLogger<ChangeTracking>, DbContext)
DetectChangesStarting(IDiagnosticsLogger<ChangeTracking>, DbContext)
DuplicateDependentEntityTypeInstanceWarning(IDiagnosticsLogger<Update>, IEntityType, IEntityType)
ExecutionStrategyRetrying(IDiagnosticsLogger<Infrastructure>, IReadOnlyList<Exception>, TimeSpan, Boolean)
FirstWithoutOrderByAndFilterWarning(IDiagnosticsLogger<Query>, QueryModel)
ForeignKeyAttributesOnBothNavigationsWarning(IDiagnosticsLogger<Model>, INavigation, INavigation)
ForeignKeyAttributesOnBothPropertiesWarning(IDiagnosticsLogger<Model>, INavigation, INavigation, MemberInfo, MemberInfo)
ForeignKeyChangeDetected(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Object)
ForeignKeyChangeDetectedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Object)
IncludeIgnoredWarning(IDiagnosticsLogger<Query>, IncludeResultOperator)
IncompatibleMatchingForeignKeyProperties(IDiagnosticsLogger<Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
LazyLoadOnDisposedContextWarning(IDiagnosticsLogger<Infrastructure>, DbContext, Object, String)
ManyServiceProvidersCreatedWarning(IDiagnosticsLogger<Infrastructure>, ICollection<IServiceProvider>)
MultipleInversePropertiesSameTargetWarning(IDiagnosticsLogger<Model>, IEnumerable<Tuple<MemberInfo, Type>>, MemberInfo, Type)
MultipleNavigationProperties(IDiagnosticsLogger<Model>, IEnumerable<Tuple<MemberInfo, Type>>, IEnumerable<Tuple<MemberInfo, Type>>)
MultiplePrimaryKeyCandidates(IDiagnosticsLogger<Model>, IProperty, IProperty)
NavigationIncluded(IDiagnosticsLogger<Query>, IncludeResultOperator)
NavigationLazyLoading(IDiagnosticsLogger<Infrastructure>, DbContext, Object, String)
NonDefiningInverseNavigationWarning(IDiagnosticsLogger<Model>, IEntityType, MemberInfo, IEntityType, MemberInfo, MemberInfo)
NonOwnershipInverseNavigationWarning(IDiagnosticsLogger<Model>, IEntityType, MemberInfo, IEntityType, MemberInfo, MemberInfo)
OptimisticConcurrencyException(IDiagnosticsLogger<Update>, DbContext, Exception)
PossibleUnintendedCollectionNavigationNullComparisonWarning(IDiagnosticsLogger<Query>, IReadOnlyCollection<IPropertyBase>)
PossibleUnintendedCollectionNavigationNullComparisonWarning(IDiagnosticsLogger<Query>, IReadOnlyList<IPropertyBase>)
PossibleUnintendedReferenceComparisonWarning(IDiagnosticsLogger<Query>, Expression, Expression)
PropertyChangeDetected(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Object)
PropertyChangeDetectedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Object)
QueryExecutionPlanned(IDiagnosticsLogger<Query>, IExpressionPrinter, Expression)
QueryIterationFailed(IDiagnosticsLogger<Query>, Type, Exception)
QueryModelCompiling(IDiagnosticsLogger<Query>, QueryModel)
QueryModelOptimized(IDiagnosticsLogger<Query>, QueryModel)
RedundantForeignKeyWarning(IDiagnosticsLogger<Model>, IForeignKey)
RedundantIndexRemoved(IDiagnosticsLogger<Model>, IReadOnlyList<IPropertyBase>, IReadOnlyList<IPropertyBase>)
ReferenceChangeDetected(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, INavigation, Object, Object)
ReferenceChangeDetectedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, INavigation, Object, Object)
RequiredAttributeOnBothNavigations(IDiagnosticsLogger<Model>, INavigation, INavigation)
RequiredAttributeOnDependent(IDiagnosticsLogger<Model>, INavigation)
RowLimitingOperationWithoutOrderByWarning(IDiagnosticsLogger<Query>, QueryModel)
SaveChangesCompleted(IDiagnosticsLogger<Update>, DbContext, Int32)
SaveChangesFailed(IDiagnosticsLogger<Update>, DbContext, Exception)
SaveChangesStarting(IDiagnosticsLogger<Update>, DbContext)
SensitiveDataLoggingEnabledWarning<TLoggerCategory>(IDiagnosticsLogger<TLoggerCategory>)
ServiceProviderCreated(IDiagnosticsLogger<Infrastructure>, IServiceProvider)
ServiceProviderDebugInfo(IDiagnosticsLogger<Infrastructure>, IDictionary<String, String>, IList<IDictionary<String, String>>)
ShadowPropertyCreated(IDiagnosticsLogger<Model>, IProperty)
StartedTracking(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry)
StartedTrackingSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry)
StateChanged(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, EntityState, EntityState)
StateChangedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, EntityState, EntityState)
ValueGenerated(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Boolean)
ValueGeneratedSensitive(IDiagnosticsLogger<ChangeTracking>, InternalEntityEntry, IProperty, Object, Boolean)
netcoreapp2.2
namespace Microsoft.EntityFrameworkCore.Internal
{
public static class CoreLoggerExtensions
{
public static void RedundantIndexRemoved(this IDiagnosticsLogger<Model> diagnostics, IReadOnlyList<IPropertyBase> redundantIndex, IReadOnlyList<IPropertyBase> otherIndex);
}
}
.NET Core | 2.12.2 |
---|---|
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.EntityFrameworkCore , Version=2.2.6.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API