migrating-wcf-to-corewcf Skill
Migrates server-side WCF services from .NET Framework to CoreWCF for .NET 6+. Converts hosting, configuration, bindings, behavior extensions, and APM-style contracts. Use when a project references System.ServiceModel via GAC, contains .svc files, uses ServiceHost, or needs WCF endpoints rehosted in ASP.NET Core. Also h Published by microsoft in upgrade-agent-plugins.
What is migrating-wcf-to-corewcf Skill?
Migrates server-side WCF services from .NET Framework to CoreWCF for .NET 6+. Converts hosting, configuration, bindings, behavior extensions, and APM-style contracts. Use when a project references System.ServiceModel via GAC, contains .svc files, uses ServiceHost, or needs WCF endpoints rehosted in ASP.NET Core. Also h 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-wcf-to-corewcf 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/wcf/migrating-wcf-to-corewcf/SKILL.md
What it does
Migrates server-side WCF services from .NET Framework to CoreWCF for .NET 6+. Converts hosting, configuration, bindings, behavior extensions, and APM-style contracts. Use when a project references System.ServiceModel via GAC, contains .svc files, uses ServiceHost, or needs WCF endpoints rehosted in ASP.NET Core. Also h
Skill instructions
WCF to CoreWCF Migration Skill Purpose Migrate .NET Framework WCF services to CoreWCF for .NET 6+ by converting service hosting, configuration, and dependencies while preserving service functionality. Repository Conventions Execution Rules - Follow steps below in order and follow every bullet point exactly — do not summarize or skip - When registering services in DI, add a construction delegate if the constructor has non-injectable parameters (e.g., string, int). Use builder.Configuration["appSettings:<key"] ?? <default for unknown values - Build the current project only — not the whole solution. Build after completing all steps and fix all WCF-related build errors iteratively until clean - If a build error suggests a missing binding, security misconfiguration, or ambiguous service contract issue, search the original WCF configuration (web.config/app.config, ServiceHostFactory subclasses, startup code) for the intended setting. If a clear match is found, apply it. If the original inten
Explore related resources
Frequently asked questions
What is migrating-wcf-to-corewcf?
migrating-wcf-to-corewcf is a open-source AI agent skill with Copy skill directory. Migrates server-side WCF services from .NET Framework to CoreWCF for .NET 6+. Converts hosting, configuration, bindings, behavior extensions, and APM-style contracts.
Who is migrating-wcf-to-corewcf best for?
migrating-wcf-to-corewcf is best for reusing agent instructions, scripts, and references, security review workflows, research workflows.
How do I install migrating-wcf-to-corewcf?
Install or run migrating-wcf-to-corewcf using Copy skill directory. Check migrating-wcf-to-corewcf for the latest setup command.
Is migrating-wcf-to-corewcf actively maintained?
migrating-wcf-to-corewcf may need a closer maintenance check before production use.
Auto-fetched from GitHub.