migrating-owin-to-aspnet-core Skill
Migrates OWIN/Katana middleware, authentication, pipeline components, and SignalR 2.x to native ASP.NET Core equivalents. Use when projects reference Microsoft.Owin, IAppBuilder, OwinMiddleware, Microsoft.Owin.Host.SystemWeb, OWIN-based OAuth/cookie/bearer authentication, OWIN startup classes, or SignalR 2.x hubs mappe Published by microsoft in upgrade-agent-plugins.
What is migrating-owin-to-aspnet-core Skill?
Migrates OWIN/Katana middleware, authentication, pipeline components, and SignalR 2.x to native ASP.NET Core equivalents. Use when projects reference Microsoft.Owin, IAppBuilder, OwinMiddleware, Microsoft.Owin.Host.SystemWeb, OWIN-based OAuth/cookie/bearer authentication, OWIN startup classes, or SignalR 2.x hubs mappe 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
- Security review
- Research
- Security review use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-owin-to-aspnet-core Skill
- Use it for security review.
- 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-owin-to-aspnet-core/SKILL.md
What it does
Migrates OWIN/Katana middleware, authentication, pipeline components, and SignalR 2.x to native ASP.NET Core equivalents. Use when projects reference Microsoft.Owin, IAppBuilder, OwinMiddleware, Microsoft.Owin.Host.SystemWeb, OWIN-based OAuth/cookie/bearer authentication, OWIN startup classes, or SignalR 2.x hubs mappe
Skill instructions
OWIN / Katana → ASP.NET Core Middleware Migration Overview Migrate ASP.NET MVC applications that rely on OWIN/Katana for middleware hosting, authentication, and SignalR from the Katana pipeline to native ASP.NET Core middleware. Katana (Microsoft.Owin.Host.SystemWeb) ran an OWIN pipeline inside IIS before the MVC pipeline — ASP.NET Core unifies both into a single middleware pipeline, making the OWIN layer unnecessary. Covers all OWIN middleware patterns: custom OwinMiddleware subclasses, IAppBuilder pipeline configuration, OWIN authentication schemes, and SignalR 2.x hub migration. Workflow Migration Progress: - [ ] Step 1: Audit OWIN/Katana usage - [ ] Step 2: Migrate OWIN startup to Program.cs - [ ] Step 3: Convert OWIN authentication to Core auth - [ ] Step 4: Migrate SignalR 2.x to ASP.NET Core SignalR - [ ] Step 5: Convert custom OWIN middleware - [ ] Step 6: Remove Katana packages and clean up Step 1: Audit OWIN/Katana Usage Search the project for Katana and OWIN dependencies. If
Explore related resources
Frequently asked questions
What is migrating-owin-to-aspnet-core?
migrating-owin-to-aspnet-core is a open-source AI agent skill with Copy skill directory. Migrates OWIN/Katana middleware, authentication, pipeline components, and SignalR 2.x to native ASP.NET Core equivalents.
Who is migrating-owin-to-aspnet-core best for?
migrating-owin-to-aspnet-core is best for reusing agent instructions, scripts, and references, security review workflows, research workflows.
How do I install migrating-owin-to-aspnet-core?
Install or run migrating-owin-to-aspnet-core using Copy skill directory. Check migrating-owin-to-aspnet-core for the latest setup command.
Is migrating-owin-to-aspnet-core actively maintained?
migrating-owin-to-aspnet-core may need a closer maintenance check before production use.
Auto-fetched from GitHub.