Skip to content

Static Validations of the ContextGraph #170

Closed
@jaredcnance

Description

@jaredcnance
  • [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
  • [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
    ...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions