Skip to content

rayvega/migrate-wcf-to-web-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MigrateWcfToWebApi

.NET Core console app that auto generates ASP.NET Web API service and associated client code files to replace exising WCF Service endpoints.

Roslyn (.NET Compiler Platform) libraries for C# are used to parse/generate the files.

Install

  1. Clone repo
  2. Build solution
  3. run MigrateWcfToWebApi.dll from command line with specified args

Requirements

  • .NET Core 2.0

Usage

For details run dotnet MigrateWcfToWebApi.dll -h

Example

dotnet MigrateWcfToWebApi.dll -wcfServiceDir:"../myServiceFiles" -serviceOutputDir:"../serviceOutput" -wcfClientDir:"../myClientFiles" -clientOutputDir:"../clientOutput" 

About

Tool to help migrate WCF Services to ASP.NET Web API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages