migrating-edmx-to-code-first Skill
Migrates Entity Framework 6 EDMX-based models (Database-First/Model-First) to EF Core Code-First. Use when upgrading projects containing .edmx files, .Context.tt templates, EntityClient connection strings, or ObjectContext references. Triggers for "migrate EDMX", "convert EDMX to code first", "EF6 to EF Core", "remove Published by microsoft in upgrade-agent-plugins.
What is migrating-edmx-to-code-first Skill?
Migrates Entity Framework 6 EDMX-based models (Database-First/Model-First) to EF Core Code-First. Use when upgrading projects containing .edmx files, .Context.tt templates, EntityClient connection strings, or ObjectContext references. Triggers for "migrate EDMX", "convert EDMX to code first", "EF6 to EF Core", "remove Published by microsoft in upgrade-agent-plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Research
- Database workflows use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-edmx-to-code-first Skill
- Use it for database workflows.
- Use it for research.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/data/migrating-edmx-to-code-first/SKILL.md
What it does
Migrates Entity Framework 6 EDMX-based models (Database-First/Model-First) to EF Core Code-First. Use when upgrading projects containing .edmx files, .Context.tt templates, EntityClient connection strings, or ObjectContext references. Triggers for "migrate EDMX", "convert EDMX to code first", "EF6 to EF Core", "remove
Skill instructions
EDMX to Code-First Migration Overview Migrate Entity Framework EDMX files to EF Core Code-First. EDMX is not supported in EF Core, so the migration scaffolds a code-based model from the existing database and replaces all EDMX-dependent patterns. Scope: This skill targets EDMX-based (Database-First/Model-First) projects. If the project already uses EF6 Code-First (no .edmx files), use the migrating-ef6-code-first-to-ef-core skill instead. For DbContext registration and DI setup during ASP.NET Core migration, also apply the migrating-ef-dbcontext skill — it is complementary to this one. Workflow Migration Progress: - [ ] Step 1: Detect and assess - [ ] Step 2: Install packages - [ ] Step 3: Extract connection string - [ ] Step 4: Scaffold from database - [ ] Step 5: Register DbContext - [ ] Step 6: Preserve customizations - [ ] Step 7: Handle breaking changes - [ ] Step 8: Cleanup - [ ] Step 9: Validate Step 1: Detect and Assess 1. Search for .edmx files in the project 2. Note the DbCont
Explore related resources
Frequently asked questions
What is migrating-edmx-to-code-first?
migrating-edmx-to-code-first is a open-source AI agent skill with Copy skill directory. Migrates Entity Framework 6 EDMX-based models (Database-First/Model-First) to EF Core Code-First.
Who is migrating-edmx-to-code-first best for?
migrating-edmx-to-code-first is best for reusing agent instructions, scripts, and references, database workflows, research workflows.
How do I install migrating-edmx-to-code-first?
Install or run migrating-edmx-to-code-first using Copy skill directory. Check migrating-edmx-to-code-first for the latest setup command.
Is migrating-edmx-to-code-first actively maintained?
migrating-edmx-to-code-first may need a closer maintenance check before production use.
Auto-fetched from GitHub.