Skip to content

feat(dsql): add EF Core / .NET ORM adapter guidance#208

Open
praba2210 wants to merge 1 commit into
mainfrom
feat/dsql-efcore-orm-docs-main
Open

feat(dsql): add EF Core / .NET ORM adapter guidance#208
praba2210 wants to merge 1 commit into
mainfrom
feat/dsql-efcore-orm-docs-main

Conversation

@praba2210

@praba2210 praba2210 commented Jun 29, 2026

Copy link
Copy Markdown

What

Documents the released Amazon.AuroraDsql.EntityFrameworkCore adapter in the Aurora DSQL skill, and adds eval coverage for the .NET / EF Core path.

Changes

File Change
skills/dsql/SKILL.md Add EF Core to the description, tags, ORM Guides "Contains" cell, and Workflow 11 title
skills/dsql/references/language.md New C# / .NET section (Npgsql connector) with an EF Core subsection
skills/dsql/references/orm-guides/overview.md EF Core adapter row + EF Core (.NET) gotchas table (setup, Guid keys, OCC retry, app-layer FK integrity, isolation, migrations)
skills/dsql/references/auth/connectivity-tools.md EF Core row in the Adapters table; adapter count 3 → 4
skills/dsql/references/onboarding.md Sync the Adapters/Dialects count 3 → 4 to match connectivity-tools.md
tools/evals/databases-on-aws/dsql/evals.json Functional evals 13, 14 (build a .NET data layer; "can I use DSQL from C#/.NET")
tools/evals/databases-on-aws/dsql/trigger_evals.json 3 should-trigger cases (migrate / build / can-I-use .NET)

Notes

  • Adapter version intentionally not pinned in docs; no plugin/marketplace version bump (consistent with prior reference-only additions, e.g. aac1f4c, 08bbd67).
  • All adapter facts verified against the upstream aurora-dsql-orms README; all added links HTTP-checked (200).
  • mise run build passes (markdownlint, cross-refs, dprint, security scans all clean).
  • Mirror PR (MCP server skill + Kiro Power): feat(aurora-dsql): add EF Core .NET ORM adapter guidance mcp#4060.

Generated with Claude Code


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.

Copilot AI review requested due to automatic review settings June 29, 2026 22:17

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@praba2210 praba2210 force-pushed the feat/dsql-efcore-orm-docs-main branch from e7175bf to d25eebf Compare June 29, 2026 23:03
@praba2210 praba2210 force-pushed the feat/dsql-efcore-orm-docs-main branch from d25eebf to 2b66168 Compare June 30, 2026 20:32
Copilot AI review requested due to automatic review settings June 30, 2026 20:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@praba2210 praba2210 marked this pull request as ready for review June 30, 2026 21:10
@praba2210 praba2210 requested review from a team as code owners June 30, 2026 21:10
@anwesham-lab

Copy link
Copy Markdown
Member

upgrade the version pls

@praba2210 praba2210 force-pushed the feat/dsql-efcore-orm-docs-main branch from 2b66168 to aacd913 Compare June 30, 2026 22:08
@praba2210

Copy link
Copy Markdown
Author

upgrade the version pls

Updated the version!

"source": "./plugins/databases-on-aws",
"tags": ["aws", "database", "aurora", "dsql", "serverless", "postgresql"],
"version": "1.4.0"
"version": "1.5.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

future ref, this is insignificant enough to version increment as 1.4.1

Document the released Amazon.AuroraDsql.EntityFrameworkCore adapter in the
DSQL skill: adapter names, .NET connection notes, and EF Core gotchas
(Guid keys, OCC retry, app-layer FK integrity, isolation, migrations).
Update SKILL.md routing and add trigger and functional eval coverage.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 2, 2026 19:41
@praba2210 praba2210 force-pushed the feat/dsql-efcore-orm-docs-main branch from aacd913 to ee9c53f Compare July 2, 2026 19:41

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 10 out of 10 changed files in this pull request and generated 3 comments.

Comment thread plugins/databases-on-aws/.claude-plugin/plugin.json
Comment thread plugins/databases-on-aws/.codex-plugin/plugin.json
Comment thread .claude-plugin/marketplace.json
@praba2210 praba2210 disabled auto-merge July 2, 2026 19:45
@praba2210 praba2210 enabled auto-merge July 2, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants