migrating-webapi-odata Skill
Migrates legacy ASP.NET Web API OData (Microsoft.AspNet.WebApi.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData). Use ONLY when Microsoft.AspNet.WebApi.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.WebApi.OData is still supported. Published by microsoft in upgrade-agent-plugins.
What is migrating-webapi-odata Skill?
Migrates legacy ASP.NET Web API OData (Microsoft.AspNet.WebApi.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData). Use ONLY when Microsoft.AspNet.WebApi.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.WebApi.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
- Developers using upgrade-agent-plugins
Technical details
- Install or run with Copy skill directory
When to use migrating-webapi-odata Skill
- Use it for developers using upgrade-agent-plugins.
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-webapi-odata/SKILL.md
What it does
Migrates legacy ASP.NET Web API OData (Microsoft.AspNet.WebApi.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData). Use ONLY when Microsoft.AspNet.WebApi.OData has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.WebApi.OData is still supported.
Skill instructions
ASP.NET Web API OData to ASP.NET Core OData Migration Overview Migrate OData services from ASP.NET Web API (Microsoft.AspNet.WebApi.OData or Microsoft.AspNet.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData). The core changes are registering OData via dependency injection with AddOData(), replacing convention-based routing with endpoint routing, and updating controllers to inherit from the ASP.NET Core ODataController base class. EDM model building remains similar but is wired differently. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.AspNet.WebApi.OData" Version="5." / <PackageReference Include="Microsoft.AspNet.OData" Version="7." / New Reference (Add) xml <PackageReference Include="Microsoft.AspNetCore.OData" Version="{version-for-target-framework}" / Workflow Migration Progress: - [ ] Step 1: Detect OData usage - [ ] Step 2: Update project file references - [ ] Step 3: Register OData in DI - [ ] Step 4: Migrate controllers - [ ]
Explore related resources
Frequently asked questions
What is migrating-webapi-odata?
migrating-webapi-odata is a open-source AI agent skill with Copy skill directory. Migrates legacy ASP.NET Web API OData (Microsoft.AspNet.WebApi.OData) to ASP.NET Core OData (Microsoft.AspNetCore.OData).
Who is migrating-webapi-odata best for?
migrating-webapi-odata is best for reusing agent instructions, scripts, and references.
How do I install migrating-webapi-odata?
Install or run migrating-webapi-odata using Copy skill directory. Check migrating-webapi-odata for the latest setup command.
Is migrating-webapi-odata actively maintained?
migrating-webapi-odata may need a closer maintenance check before production use.
Auto-fetched from GitHub.