An entity type has been mapped as an entity type. If you are mapping this type intentionally, then please suppress this warning and report the issue on GitHub.
AmbiguousEndRequiredWarningForeign key configured as required before the dependent end was determined.
CascadeDeleteAn entity is being deleted or detached because its parent was deleted.
CascadeDeleteOrphanAn entity is being deleted or detached because the required relationship to its parent was severed.
CollectionChangeDetectedDetectChanges has detected entities were added and/or removed from a collection navigation property.
CollectionWithoutComparerA property has a collection or enumeration type with a value converter but with no value comparer.
ConflictingForeignKeyAttributesOnNavigationAndPropertyWarningThe ForeignKeyAttribute specified on the navigation doesn't match the ForeignKeyAttribute specified on the property.
ConflictingKeylessAndKeyAttributesWarningA KeylessAttribute attribute on the entity type is conflicting with a KeyAttribute attribute on at least one of its properties.
ConflictingShadowForeignKeysWarningThe properties that best match the foreign key convention are already used by a different foreign key.
ContextDisposedThe DbContext is being disposed.
ContextInitializedA DbContext was initialized.
CoreBaseIdThe lower-bound for event IDs used by any Entity Framework or provider code.
DetachedLazyLoadingWarningAn attempt was made to lazy-load a property from a detached/no-tracking entity.
DetectChangesCompletedDetectChanges has completed.
DetectChangesStartingDetectChanges is starting.
DistinctAfterOrderByWithoutRowLimitingOperatorWarningThe query uses the 'Distinct' operator after applying an ordering. If there are any row limiting operation used before Distinct
and after ordering then ordering will be used for it. Ordering(s) will be erased after Distinct
and results afterwards would be unordered.
The same entity is being tracked as a different shared entity entity type. This event is in the DbLoggerCategory.Update category.
ExecutionStrategyRetryingA transient exception has been encountered during execution and the operation will be retried.
FirstWithoutOrderByAndFilterWarningObsolete.
A query uses First/FirstOrDefault operation without OrderBy and filter which may lead to unpredictable results.
ForeignKeyAttributesOnBothNavigationsWarningNavigations separated into two relationships as ForeignKeyAttribute was specified on navigations on both sides.
ForeignKeyAttributesOnBothPropertiesWarningNavigations separated into two relationships as ForeignKeyAttribute was specified on properties on both sides.
ForeignKeyChangeDetectedDetectChanges has detected a change in a foreign key property value.
IncludeIgnoredWarningObsolete.
A navigation was ignored while compiling a query.
This event is in the DbLoggerCategory.Query category.
IncompatibleMatchingForeignKeyPropertiesThe best match for foreign key properties are incompatible with the principal key.
InvalidIncludePathErrorInvalid include path '{navigationChain}', couldn't find navigation for '{navigationName}'.
LazyLoadOnDisposedContextWarningAn attempt was made to lazy-load a property after the DbContext had been disposed.
ManyServiceProvidersCreatedWarningMany service providers were created in a single app domain.
MappedComplexPropertyIgnoredWarningA property was first mapped explicitly and then ignored.
MappedEntityTypeIgnoredWarningAn entity type was first mapped explicitly and then ignored.
MappedNavigationIgnoredWarningA navigation was first mapped explicitly and then ignored.
MappedPropertyIgnoredWarningA property was first mapped explicitly and then ignored.
MultipleInversePropertiesSameTargetWarningThere are multiple navigations with InversePropertyAttribute that point to the same inverse navigation.
MultipleNavigationPropertiesThere are multiple properties that could be navigations to the same type.
MultiplePrimaryKeyCandidatesThere are multiple properties that could be used as the primary key.
NavigationBaseIncludedA navigation base was included in the query.
NavigationBaseIncludeIgnoredA navigation base specific in Include in the query was ignored because it will be populated already due to fix-up.
NavigationIncludedObsolete.
A navigation was included in the query.
This event is in the DbLoggerCategory.Query category.
NavigationLazyLoadingA navigation property is being lazy-loaded.
NoEntityTypeConfigurationsWarningA type that implements IEntityTypeConfiguration<TEntity> could not be instantiated.
NonDefiningInverseNavigationWarningObsolete.
The navigation that InversePropertyAttribute points to is not the defining navigation.
NonNullableInvertedObsolete.
The entity type with the navigation property that has non-nullability was configured as the dependent side in the relationship.
This event is in the DbLoggerCategory.Model category.
This event uses the NavigationEventData payload when used with a DiagnosticSource.
NonNullableReferenceOnBothNavigationsObsolete.
Navigations separated into two relationships as non-nullability was specified on both navigations.
This event is in the DbLoggerCategory.Model category.
This event uses the TwoPropertyBaseCollectionsEventData payload when used with a DiagnosticSource.
NonNullableReferenceOnDependentObsolete.
The non-nullability of the navigation property to the dependent entity was ignored.
This event is in the DbLoggerCategory.Model category.
This event uses the NavigationEventData payload when used with a DiagnosticSource.
NonOwnershipInverseNavigationWarningThe navigation that InversePropertyAttribute points to is not the defining navigation.
OldModelVersionWarningThe model supplied in the context options was created with an older EF Core version.
OptimisticConcurrencyExceptionAn OptimisticConcurrencyException was thrown during the call to SaveChanges()
PossibleIncorrectRequiredNavigationWithQueryFilterInteractionWarningRequired navigation with principal entity having global query filter defined and the declaring entity not having a matching filter
PossibleUnintendedCollectionNavigationNullComparisonWarningPossible unintended comparison of collection navigation to null.
PossibleUnintendedReferenceComparisonWarningPossible unintended reference comparison.
PropertyChangeDetectedDetectChanges has detected a change in a property value.
ProviderBaseIdThe lower-bound for event IDs used only by database providers.
ProviderDesignBaseIdThe lower-bound for event IDs used only by database provider design-time and tooling.
QueryCanceledA query was canceled for context type '{contextType}'.
QueryCompilationStartingStarting query compilation.
QueryExecutionPlannedA query is planned for execution.
QueryIterationFailedAn error occurred while processing the results of a query.
QueryModelCompilingObsolete.
A query model is being compiled.
This event is in the DbLoggerCategory.Query category.
QueryModelOptimizedObsolete.
A query model was optimized.
This event is in the DbLoggerCategory.Query category.
RedundantAddServicesCallWarning'AddEntityFramework*' was called on the service provider, but 'UseInternalServiceProvider' wasn't.
RedundantForeignKeyWarningThe configured IForeignKey is redundant.
RedundantIndexRemovedAn index was not created as the properties are already covered.
ReferenceChangeDetectedDetectChanges has detected a change to the entity references by another entity.
RelationalBaseIdThe lower-bound for event IDs used by any relational database provider.
RequiredAttributeInvertedObsolete.
The entity type with the navigation property that has the RequiredAttribute was configured as the dependent side in the relationship.
This event is in the DbLoggerCategory.Model category.
This event uses the NavigationEventData payload when used with a DiagnosticSource.
RequiredAttributeOnBothNavigationsObsolete.
Navigations separated into two relationships as RequiredAttribute was specified on both navigations.
This event is in the DbLoggerCategory.Model category.
This event uses the TwoPropertyBaseCollectionsEventData payload when used with a DiagnosticSource.
RequiredAttributeOnCollectionThe RequiredAttribute on the collection navigation property was ignored.
RequiredAttributeOnDependentObsolete.
The RequiredAttribute on the navigation property to the dependent entity was ignored.
This event is in the DbLoggerCategory.Model category.
This event uses the NavigationEventData payload when used with a DiagnosticSource.
RequiredAttributeOnSkipNavigationThe RequiredAttribute on the skip navigation property was ignored.
RowLimitingOperationWithoutOrderByWarningObsolete.
A query uses a row limiting operation (Skip/Take) without OrderBy which may lead to unpredictable results.
SaveChangesCanceledAn error occurred while attempting to save changes to the database.
SaveChangesCompletedSaveChanges() or one of its overloads has completed.
SaveChangesFailedAn error occurred while attempting to save changes to the database.
SaveChangesStartingSaveChanges() or one of its overloads started.
SensitiveDataLoggingEnabledWarningA warning indicating that sensitive data logging is enabled and may be logged.
ServiceProviderCreatedA service provider was created for internal use by Entity Framework.
ServiceProviderDebugInfoProvides debug information for why a new internal service provider was created.
ShadowForeignKeyPropertyCreatedA foreign key property was created in shadow state because a conflicting property with the simple name for this foreign key exists in the entity type, but is either not mapped, is already used for another relationship, or is incompatible with the associated primary key type.
ShadowPropertyCreatedA shadow property has been created.
SkipCollectionChangeDetectedDetectChanges has detected entities were added and/or removed from a collection skip navigation property.
SkippedEntityTypeConfigurationWarningA type that implements IEntityTypeConfiguration<TEntity> could not be instantiated.
StartedTrackingAn entity is being tracked by the DbContext.
StateChangedAn entity tracked by the DbContext is changing from one EntityState to another.
StringEnumValueInJsonA string value for an enum was read from JSON. Starting with EF Core 8, a breaking change was made to store enum values in JSON as numbers by default. See https://aka.ms/efcore-docs-jsonenums for details.
TypeLoadingErrorWarningAn error was ignored while loading types from an assembly.
ValueGeneratedA property of a tracked entity is getting a generated value.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4