migrating-data-odata-to-odata-core Skill
Migrates the obsolete Microsoft.Data.OData (OData v1–v3) to Microsoft.OData.Core for OData v4 serialization. Use ONLY when Microsoft.Data.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.OData is still supported. Published by microsoft in upgrade-agent-plugins.
What is migrating-data-odata-to-odata-core Skill?
Migrates the obsolete Microsoft.Data.OData (OData v1–v3) to Microsoft.OData.Core for OData v4 serialization. Use ONLY when Microsoft.Data.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.OData is still supported. 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-odata-to-odata-core 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-odata-to-odata-core/SKILL.md
What it does
Migrates the obsolete Microsoft.Data.OData (OData v1–v3) to Microsoft.OData.Core for OData v4 serialization. Use ONLY when Microsoft.Data.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.Data.OData is still supported.
Skill instructions
Microsoft.Data.OData to Microsoft.OData.Core Migration Overview Migrate projects from the OData v1–v3 serialization library (Microsoft.Data.OData) to the OData v4 library (Microsoft.OData.Core). Beyond the namespace rename, this migration involves significant type renames (e.g., ODataEntry → ODataResource) and updated reader/writer APIs with async support. Related skills: migrating-data-edm-to-odata, migrating-data-services-client Package Reference Changes Old Reference (Remove) xml <PackageReference Include="Microsoft.Data.OData" Version="5." / New Reference (Add) xml <PackageReference Include="Microsoft.OData.Core" Version="{latest-stable-version}" / Use tools or NuGet to find the latest stable version. The Microsoft.OData.Core package depends on Microsoft.OData.Edm — if the project also references Microsoft.Data.Edm, apply the migrating-data-edm-to-odata skill first. Workflow Migration Progress: - [ ] Step 1: Detect Microsoft.Data.OData usage - [ ] Step 2: Update package references
Explore related resources
Frequently asked questions
What is migrating-data-odata-to-odata-core?
migrating-data-odata-to-odata-core is a open-source AI agent skill with Copy skill directory. Migrates the obsolete Microsoft.Data.OData (OData v1–v3) to Microsoft.OData.Core for OData v4 serialization.
Who is migrating-data-odata-to-odata-core best for?
migrating-data-odata-to-odata-core is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install migrating-data-odata-to-odata-core?
Install or run migrating-data-odata-to-odata-core using Copy skill directory. Check migrating-data-odata-to-odata-core for the latest setup command.
Is migrating-data-odata-to-odata-core actively maintained?
migrating-data-odata-to-odata-core may need a closer maintenance check before production use.
Auto-fetched from GitHub.