migrating-aspnet-identity Skill
Migrates ASP.NET MVC Identity to ASP.NET Core Identity, updating IdentityDbContext, UserManager, SignInManager, authentication middleware, and OWIN cleanup. Use when upgrading ASP.NET MVC projects that use Identity authentication, migrating Identity-based login systems, or converting OWIN-based auth to ASP.NET Core mid Published by microsoft in upgrade-agent-plugins.
What is migrating-aspnet-identity Skill?
Migrates ASP.NET MVC Identity to ASP.NET Core Identity, updating IdentityDbContext, UserManager, SignInManager, authentication middleware, and OWIN cleanup. Use when upgrading ASP.NET MVC projects that use Identity authentication, migrating Identity-based login systems, or converting OWIN-based auth to ASP.NET Core mid 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
- Design and media
- Design and media use cases
Technical details
- Install or run with Copy skill directory
When to use migrating-aspnet-identity Skill
- Use it for design and media.
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-aspnet-identity/SKILL.md
What it does
Migrates ASP.NET MVC Identity to ASP.NET Core Identity, updating IdentityDbContext, UserManager, SignInManager, authentication middleware, and OWIN cleanup. Use when upgrading ASP.NET MVC projects that use Identity authentication, migrating Identity-based login systems, or converting OWIN-based auth to ASP.NET Core mid
Skill instructions
ASP.NET Identity to ASP.NET Core Identity Migration Overview Migrates ASP.NET MVC Identity to ASP.NET Core Identity: DbContext conversion, service registration, namespace updates, API changes, and OWIN cleanup. Prerequisite Verify the project uses ASP.NET Identity (e.g., references Microsoft.AspNet.Identity or IdentityDbContext). If not, skip and inform the user there is nothing to do. Workflow Migration Progress: - [ ] Step 1: Install required packages - [ ] Step 2: Update IdentityDbContext - [ ] Step 3: Register DbContext and Identity in Program.cs - [ ] Step 4: Add Identity middleware - [ ] Step 5: Update Identity API usage - [ ] Step 6: Update AccountController - [ ] Step 7: Clean up OWIN identity code Step 1: Install Required Packages Ensure these NuGet packages are installed in the project (version major should match project's target framework): - Microsoft.AspNetCore.Identity.EntityFrameworkCore - Microsoft.EntityFrameworkCore.SqlServer - Microsoft.AspNetCore.Identity.UI - Micro
Explore related resources
Frequently asked questions
What is migrating-aspnet-identity?
migrating-aspnet-identity is a open-source AI agent skill with Copy skill directory. Migrates ASP.NET MVC Identity to ASP.NET Core Identity, updating IdentityDbContext, UserManager, SignInManager, authentication middleware, and OWIN cleanup.
Who is migrating-aspnet-identity best for?
migrating-aspnet-identity is best for reusing agent instructions, scripts, and references, design and media workflows.
How do I install migrating-aspnet-identity?
Install or run migrating-aspnet-identity using Copy skill directory. Check migrating-aspnet-identity for the latest setup command.
Is migrating-aspnet-identity actively maintained?
migrating-aspnet-identity may need a closer maintenance check before production use.
Auto-fetched from GitHub.