migrating-to-msmq-messaging Skill
Migrates .NET projects from System.Messaging to MSMQ.Messaging for .NET Core compatibility. Use when upgrading projects that reference System.Messaging, MessageQueue, XmlMessageFormatter, or when migrating MSMQ queue code from .NET Framework to .NET Core/.NET 5+. Also triggers for queue configuration migration from web Published by microsoft in upgrade-agent-plugins.
What is migrating-to-msmq-messaging Skill?
Migrates .NET projects from System.Messaging to MSMQ.Messaging for .NET Core compatibility. Use when upgrading projects that reference System.Messaging, MessageQueue, XmlMessageFormatter, or when migrating MSMQ queue code from .NET Framework to .NET Core/.NET 5+. Also triggers for queue configuration migration from web 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-to-msmq-messaging 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-to-msmq-messaging/SKILL.md
What it does
Migrates .NET projects from System.Messaging to MSMQ.Messaging for .NET Core compatibility. Use when upgrading projects that reference System.Messaging, MessageQueue, XmlMessageFormatter, or when migrating MSMQ queue code from .NET Framework to .NET Core/.NET 5+. Also triggers for queue configuration migration from web
Skill instructions
System.Messaging to MSMQ Migration Migrate .NET projects from System.Messaging to MSMQ.Messaging for .NET Core compatibility. The APIs are nearly identical (same class names, different namespace), so migration focuses on reference updates, configuration changes, and dependency injection adoption. Workflow First verify the project actually uses System.Messaging. If it does not, inform the user there is nothing to do. Task Progress: - [ ] Step 1: Remove System.Messaging references - [ ] Step 2: Update using statements and code - [ ] Step 3: Migrate queue configuration - [ ] Step 4: Verify and clean up Step 1: Remove System.Messaging References Remove System.Messaging assembly references from project files (.csproj/.vbproj). These are not needed because MSMQ.Messaging provides the replacement types. Step 2: Update Using Statements and Code Find all usages of System.Messaging in the project and update them: 1. Replace using System.Messaging with using MSMQ.Messaging in all files 2. Update
Explore related resources
Frequently asked questions
What is migrating-to-msmq-messaging?
migrating-to-msmq-messaging is a open-source AI agent skill with Copy skill directory. Migrates .NET projects from System.Messaging to MSMQ.Messaging for .NET Core compatibility.
Who is migrating-to-msmq-messaging best for?
migrating-to-msmq-messaging is best for reusing agent instructions, scripts, and references.
How do I install migrating-to-msmq-messaging?
Install or run migrating-to-msmq-messaging using Copy skill directory. Check migrating-to-msmq-messaging for the latest setup command.
Is migrating-to-msmq-messaging actively maintained?
migrating-to-msmq-messaging may need a closer maintenance check before production use.
Auto-fetched from GitHub.