wcf

(โ˜… 1,750)

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.

Showing a partial file list โ€” download the zip above to see everything.

  • .CodeQL.yml
  • .editorconfig
  • .gitattributes
  • .gitignore
  • azure-pipelines-arcade-PR.yml
  • azure-pipelines-arcade.yml
  • azure-pipelines-codeql.yml
  • build.cmd
  • build.sh
  • CODE-OF-CONDUCT.md
  • CodeAnalysis.ruleset
  • CONTRIBUTING.md
  • Directory.Build.props
  • Directory.Build.targets
  • dotnet-svcutil.sln
  • dotnet-svcutil.xmlserializer.sln
  • es-metadata.yml
  • global.json
  • LICENSE.TXT
  • NuGet.config
  • README.md
  • SECURITY.md
  • System.ServiceModel.sln
  • THIRD-PARTY-NOTICES.TXT

๐Ÿš€ Installation Guide

1. Get the code
git clone https://github.com/dotnet/wcf

Downloads the entire project code from GitHub to your computer.

cd wcf

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
dotnet restore

Downloads the packages the project depends on.

dotnet run

Builds the project and runs it immediately.

โœ… After dotnet run, check the message or address shown in the terminal.
// repository documentation