Closed
Description
-
[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
...