Skip to content

Static Validations of the ContextGraph #170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 of 10 tasks
jaredcnance opened this issue Sep 29, 2017 · 0 comments · Fixed by #1101
Closed
1 of 10 tasks

Static Validations of the ContextGraph #170

jaredcnance opened this issue Sep 29, 2017 · 0 comments · Fixed by #1101

Comments

@jaredcnance
Copy link
Contributor

jaredcnance commented Sep 29, 2017

  • [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
    ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants