mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-29 18:11:45 +00:00
17 lines
516 B
Markdown
17 lines
516 B
Markdown
# Quality Gate
|
|
|
|
Before delivery:
|
|
|
|
- Confirm the selected DbContext.
|
|
- Confirm source files inspected.
|
|
- Validate table names against Fluent API and migrations.
|
|
- Include primary keys.
|
|
- Include foreign keys.
|
|
- Include cardinalities.
|
|
- Include join tables unless hidden by user choice.
|
|
- Include owned types according to user choice.
|
|
- Hide technical tables only if configured and list them in the summary.
|
|
- Run `d2 fmt` when available.
|
|
- Use full dot-notation for edges inside containers.
|
|
- Provide render command.
|