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.
Decision snapshot
Is this a fit?
Database workflows, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Database workflows use cases
Declared skill metadata
- Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/data/migrating-edmx-to-code-first/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use migrating-edmx-to-code-first Skill
- Use it for database workflows.
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. STOP — is the old app still running? If a .NET Framework host and a new .NET host share this database while both are live (a side-by-side migration), load the managing-shared-database-schema skill first and follow it wherever it conflicts with the guidance below: getinstructions(kind='skill', query='managing-shared-database-schema') Two instructions in this skill are correct for a full cutover and destructive during a side-by-side window: deleting the EF6 Migrations/ folder, and calling Database.Migrate() at startup. During the window, the EF6 migration assets are the live schema ledger for the host that still owns them, and a second host migrating at startup is a second schema writer. If you cannot tell, assume the database is shared. Unless y
Verified compatibility and discovery
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.
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.