sqlclient-migration Skill
Migrates .NET projects from System.Data.SqlClient to Microsoft.Data.SqlClient. Use when user wants to upgrade SqlClient, migrate to Microsoft.Data.SqlClient, or modernize SQL Server data access. Published by microsoft in upgrade-agent-plugins.
What is sqlclient-migration Skill?
Migrates .NET projects from System.Data.SqlClient to Microsoft.Data.SqlClient. Use when user wants to upgrade SqlClient, migrate to Microsoft.Data.SqlClient, or modernize SQL Server data access. 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
- Data analysis
- Research
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use sqlclient-migration Skill
- Use it for database workflows.
- Use it for data analysis.
- 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/scenarios/sqlclient-migration/SKILL.md
What it does
Migrates .NET projects from System.Data.SqlClient to Microsoft.Data.SqlClient. Use when user wants to upgrade SqlClient, migrate to Microsoft.Data.SqlClient, or modernize SQL Server data access.
Skill instructions
SqlClient Migration 1. Assessment Scan the solution to build a complete picture of SqlClient usage. Capture findings in assessment.md. Packages to Scan For Search all project files and package management files (Directory.Packages.props) for: - System.Data.SqlClient (direct package reference) - Assembly references to System.Data (older projects may use the framework assembly rather than a NuGet package) File Inventory Search all code files across the solution for using System.Data.SqlClient. Record which files in which projects contain these usings — this gives a quick per-project file count that drives planning. Code Patterns to Identify The patterns below help gauge complexity per project. You don't need to search for each one separately — note them as you encounter them during the usings scan or during execution: | Pattern | What to Record | |---------|---------------| | SqlConnection, SqlCommand, SqlDataReader, SqlDataAdapter | Count and locations — core types that change namespace
Explore related resources
Frequently asked questions
What is sqlclient-migration?
sqlclient-migration is a open-source AI agent skill with Copy skill directory. Migrates .NET projects from System.Data.SqlClient to Microsoft.Data.SqlClient. Use when user wants to upgrade SqlClient, migrate to Microsoft.Data.SqlClient, or modernize SQL Server data access.
Who is sqlclient-migration best for?
sqlclient-migration is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows, research workflows.
How do I install sqlclient-migration?
Install or run sqlclient-migration using Copy skill directory. Check sqlclient-migration for the latest setup command.
Is sqlclient-migration actively maintained?
sqlclient-migration may need a closer maintenance check before production use.
Auto-fetched from GitHub.