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.
Decision snapshot
Is this a fit?
Research, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Research
- Research use cases
Declared skill metadata
- Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/web/mvc/migrating-mvc-content-negotiation/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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()
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.