migrating-mvc-content-negotiation Skill
Migrates ASP.NET Web API content negotiation and formatters to ASP.NET Core equivalents. Converts MediaTypeFormatter subclasses to InputFormatter/OutputFormatter, replaces IContentNegotiator with OutputFormatterSelector, and updates formatter registration from HttpConfiguration.Formatters to MvcOptions. Use when upgrad Published by microsoft in upgrade-agent-plugins.
What is migrating-mvc-content-negotiation Skill?
Migrates ASP.NET Web API content negotiation and formatters to ASP.NET Core equivalents. Converts MediaTypeFormatter subclasses to InputFormatter/OutputFormatter, replaces IContentNegotiator with OutputFormatterSelector, and updates formatter registration from HttpConfiguration.Formatters to MvcOptions. Use when upgrad 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
- Research
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-mvc-content-negotiation Skill
- 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/lazy/web/mvc/migrating-mvc-content-negotiation/SKILL.md
What it does
Migrates ASP.NET Web API content negotiation and formatters to ASP.NET Core equivalents. Converts MediaTypeFormatter subclasses to InputFormatter/OutputFormatter, replaces IContentNegotiator with OutputFormatterSelector, and updates formatter registration from HttpConfiguration.Formatters to MvcOptions. Use when upgrad
Skill instructions
ASP.NET Web API Content Negotiation Migration Overview Migrate Web API content negotiation infrastructure from ASP.NET Framework to ASP.NET Core. The formatter base classes, registration model, and default serializer all changed — custom MediaTypeFormatter subclasses must be rewritten against new base classes, and projects relying on XML or Newtonsoft.Json defaults need explicit opt-in. Workflow Track progress across these steps: Migration Progress: - [ ] Step 1: Inventory formatters and negotiation code - [ ] Step 2: Configure built-in formatters - [ ] Step 3: Migrate custom formatters - [ ] Step 4: Migrate serialization settings - [ ] Step 5: Update formatter registration - [ ] Step 6: Remove legacy references Step 1: Inventory Formatters and Negotiation Code Search the codebase for content negotiation surface area: - Classes extending MediaTypeFormatter or BufferedMediaTypeFormatter - IContentNegotiator implementations - config.Formatters registrations (e.g., config.Formatters.Add()
Explore related resources
Frequently asked questions
What is migrating-mvc-content-negotiation?
migrating-mvc-content-negotiation is a open-source AI agent skill with Copy skill directory. Migrates ASP.NET Web API content negotiation and formatters to ASP.NET Core equivalents.
Who is migrating-mvc-content-negotiation best for?
migrating-mvc-content-negotiation is best for reusing agent instructions, scripts, and references, research workflows.
How do I install migrating-mvc-content-negotiation?
Install or run migrating-mvc-content-negotiation using Copy skill directory. Check migrating-mvc-content-negotiation for the latest setup command.
Is migrating-mvc-content-negotiation actively maintained?
migrating-mvc-content-negotiation may need a closer maintenance check before production use.
Auto-fetched from GitHub.