You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Error] Attribute and relationship with the same name
[Error] Duplicate resource names
[Warn] No attributes on resource
[Error] Controller is defined for an entity that has not been added to the resource graph
[Error] Related models with [HasOne] or [HasMany] are not defined on the resource graph
[Warn] Bulk route exists, but operations have not been enabled (update: this setting no longer exists)
[Warn] Model does not contain foreign key property (or the foreign key property does not match the configured one) for HasOne relationship (update: foreign keys are no longer used, JADNC delegates to the EF Core model instead)
[Warn] DbContext members do not implement IIdentifiable
...
The text was updated successfully, but these errors were encountered:
[Error]
Duplicate attribute names[Error]
Duplicate relationship names[Error]
Attribute and relationship with the same name[Error]
Duplicate resource names[Warn]
No attributes on resource[Error]
Controller is defined for an entity that has not been added to the resource graph[Error]
Related models with[HasOne]
or[HasMany]
are not defined on the resource graph(update: this setting no longer exists)[Warn]
Bulk route exists, but operations have not been enabled(update: foreign keys are no longer used, JADNC delegates to the EF Core model instead)[Warn]
Model does not contain foreign key property (or the foreign key property does not match the configured one) forHasOne
relationship[Warn]
DbContext members do not implementIIdentifiable
...
The text was updated successfully, but these errors were encountered: