migrating-data-services-client Skill
Migrates the obsolete Microsoft.Data.Services.Client (WCF Data Services) to Microsoft.OData.Client for OData v4 client access. Use ONLY when Microsoft.Data.Services.Client has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.Services.Client is still suppo Published by microsoft in upgrade-agent-plugins.
What is migrating-data-services-client Skill?
Migrates the obsolete Microsoft.Data.Services.Client (WCF Data Services) to Microsoft.OData.Client for OData v4 client access. Use ONLY when Microsoft.Data.Services.Client has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.Services.Client is still suppo 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
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-data-services-client Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/upgrade-agent-plugins
- Skill file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-data-services-client/SKILL.md
What it does
Migrates the obsolete Microsoft.Data.Services.Client (WCF Data Services) to Microsoft.OData.Client for OData v4 client access. Use ONLY when Microsoft.Data.Services.Client has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.Services.Client is still suppo
Skill instructions
Microsoft.Data.Services.Client to Microsoft.OData.Client Migration Overview Migrate projects from the WCF Data Services client (Microsoft.Data.Services.Client) to the OData v4 client (Microsoft.OData.Client). This migration requires updating namespaces, regenerating client proxy classes with OData v4 tooling, and adapting to behavior changes in LINQ query translation and batch operations. Related skills: migrating-data-edm-to-odata, migrating-data-odata-to-odata-core Package Reference Changes Old Reference (Remove) xml <PackageReference Include="Microsoft.Data.Services.Client" Version="5." / New Reference (Add) xml <PackageReference Include="Microsoft.OData.Client" Version="{latest-stable-version}" / Use tools or NuGet to find the latest stable version. The Microsoft.OData.Client package depends on Microsoft.OData.Core and Microsoft.OData.Edm. Workflow Migration Progress: - [ ] Step 1: Detect Microsoft.Data.Services.Client usage - [ ] Step 2: Update package references - [ ] Step 3: Upd
Explore related resources
Frequently asked questions
What is migrating-data-services-client?
migrating-data-services-client is a open-source AI agent skill with Copy skill directory. Migrates the obsolete Microsoft.Data.Services.Client (WCF Data Services) to Microsoft.OData.Client for OData v4 client access.
Who is migrating-data-services-client best for?
migrating-data-services-client is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install migrating-data-services-client?
Install or run migrating-data-services-client using Copy skill directory. Check migrating-data-services-client for the latest setup command.
Is migrating-data-services-client actively maintained?
migrating-data-services-client may need a closer maintenance check before production use.
Auto-fetched from GitHub.