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.
Decision snapshot
Is this a fit?
Developers using upgrade-agent-plugins, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
2 months ago · NOASSERTION license
No specific cautions were detected. Review the source and requested permissions before installing.
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. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using upgrade-agent-plugins
Declared skill metadata
- Source file: plugins/upgrade-agent/extenders/upgrade-dotnet/upgrade/skills/lazy/libraries/migrating-to-msmq-messaging/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- 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
Verified compatibility and discovery
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.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.