migrating-mvc-http-pipeline Skill
Migrates ASP.NET Framework HttpModules, HttpHandlers, and Global.asax events to ASP.NET Core middleware and endpoints. Use when projects contain IHttpModule, IHttpHandler, IHttpAsyncHandler, .ashx generic handlers, Global.asax ApplicationStart/ApplicationError/ApplicationBeginRequest, or web.config httpModules/httpHand Published by microsoft in upgrade-agent-plugins.
What is migrating-mvc-http-pipeline Skill?
Migrates ASP.NET Framework HttpModules, HttpHandlers, and Global.asax events to ASP.NET Core middleware and endpoints. Use when projects contain IHttpModule, IHttpHandler, IHttpAsyncHandler, .ashx generic handlers, Global.asax ApplicationStart/ApplicationError/ApplicationBeginRequest, or web.config httpModules/httpHand 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-mvc-http-pipeline 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/web/mvc/migrating-mvc-http-pipeline/SKILL.md
What it does
Migrates ASP.NET Framework HttpModules, HttpHandlers, and Global.asax events to ASP.NET Core middleware and endpoints. Use when projects contain IHttpModule, IHttpHandler, IHttpAsyncHandler, .ashx generic handlers, Global.asax ApplicationStart/ApplicationError/ApplicationBeginRequest, or web.config httpModules/httpHand
Skill instructions
ASP.NET HTTP Pipeline Migration — Modules, Handlers, and Global.asax Overview Migrate the ASP.NET Framework HTTP pipeline (HttpModules, HttpHandlers, Global.asax) to ASP.NET Core middleware and endpoints. Pipeline ordering is the critical concern — module execution order directly affects authentication, logging, and error handling behavior, and must be reconstructed exactly in the Core middleware pipeline. Adapter precedence: If the aspnet-system-web-adapters skill is loaded, its guidance takes precedence over HttpModule and HttpHandler sections during scaffold and migrate task phases. Global.asax migration is NOT covered by adapters — always migrate directly using this skill. Workflow Track progress across these steps: Migration Progress: - [ ] Step 1: Inventory pipeline components - [ ] Step 2: Map pipeline ordering - [ ] Step 3: Migrate Global.asax events - [ ] Step 4: Convert HttpModules to middleware - [ ] Step 5: Convert HttpHandlers to endpoints - [ ] Step 6: Register middleware
Explore related resources
Frequently asked questions
What is migrating-mvc-http-pipeline?
migrating-mvc-http-pipeline is a open-source AI agent skill with Copy skill directory. Migrates ASP.NET Framework HttpModules, HttpHandlers, and Global.asax events to ASP.NET Core middleware and endpoints.
Who is migrating-mvc-http-pipeline best for?
migrating-mvc-http-pipeline is best for reusing agent instructions, scripts, and references.
How do I install migrating-mvc-http-pipeline?
Install or run migrating-mvc-http-pipeline using Copy skill directory. Check migrating-mvc-http-pipeline for the latest setup command.
Is migrating-mvc-http-pipeline actively maintained?
migrating-mvc-http-pipeline may need a closer maintenance check before production use.
Auto-fetched from GitHub.