migrating-aspnet-signalr Skill
Migrates the obsolete ASP.NET SignalR (Microsoft.AspNet.SignalR) to ASP.NET Core SignalR (Microsoft.AspNetCore.SignalR) for real-time communication. Use ONLY when Microsoft.AspNet.SignalR has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.SignalR is s Published by microsoft in upgrade-agent-plugins.
What is migrating-aspnet-signalr Skill?
Migrates the obsolete ASP.NET SignalR (Microsoft.AspNet.SignalR) to ASP.NET Core SignalR (Microsoft.AspNetCore.SignalR) for real-time communication. Use ONLY when Microsoft.AspNet.SignalR has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.SignalR is s 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-aspnet-signalr 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/libraries/migrating-aspnet-signalr/SKILL.md
What it does
Migrates the obsolete ASP.NET SignalR (Microsoft.AspNet.SignalR) to ASP.NET Core SignalR (Microsoft.AspNetCore.SignalR) for real-time communication. Use ONLY when Microsoft.AspNet.SignalR has been flagged as obsolete or deprecated and must be replaced — not for version-bump scenarios where Microsoft.AspNet.SignalR is s
Skill instructions
ASP.NET SignalR to ASP.NET Core SignalR Migration Overview Migrate real-time communication code from ASP.NET SignalR (Microsoft.AspNet.SignalR) to ASP.NET Core SignalR (Microsoft.AspNetCore.SignalR). The core changes are a new hub base class, endpoint routing instead of MapSignalR, removal of HubPipeline, and an updated client connection API. Most hub method signatures remain the same, but the server and client wiring changes significantly. Package Reference Changes Old References (Remove) xml <PackageReference Include="Microsoft.AspNet.SignalR" Version="2." / <PackageReference Include="Microsoft.AspNet.SignalR.Core" Version="2." / <PackageReference Include="Microsoft.AspNet.SignalR.JS" Version="2." / <PackageReference Include="Microsoft.AspNet.SignalR.SystemWeb" Version="2." / New References (Add) xml <PackageReference Include="Microsoft.AspNetCore.SignalR" Version="{version-for-target-framework}" / <!-- Optional: for MessagePack binary protocol support -- <PackageReference Include="M
Explore related resources
Frequently asked questions
What is migrating-aspnet-signalr?
migrating-aspnet-signalr is a open-source AI agent skill with Copy skill directory. Migrates the obsolete ASP.NET SignalR (Microsoft.AspNet.SignalR) to ASP.NET Core SignalR (Microsoft.AspNetCore.SignalR) for real-time communication.
Who is migrating-aspnet-signalr best for?
migrating-aspnet-signalr is best for reusing agent instructions, scripts, and references.
How do I install migrating-aspnet-signalr?
Install or run migrating-aspnet-signalr using Copy skill directory. Check migrating-aspnet-signalr for the latest setup command.
Is migrating-aspnet-signalr actively maintained?
migrating-aspnet-signalr may need a closer maintenance check before production use.
Auto-fetched from GitHub.