dotnet / dotnet/wcf

Ability to generate contracts only & skip the client

Open
#3,224 11 comments 0 reactions 0 assignees View on GitHub
feature request priority 3 tooling
Dominant language
C#
Stars
1.8k
Forks
576
Avg merge
6d 9h
Merged PRs (30d)
2

Description

When I do `dotnet svcutil http://contoso.com/SayHello.svc`, the svcutil generates a `Reference.cs` which contains the extracted *Contracts* & *Models* along with a *SoapClient*

It would be great to have something along the lines of `dotnet svcutil http://contoso.com/SayHello.svc --skip-client` to generate a `Reference.cs` without the *SoapClient*

The idea behind this request is to use a Generic Proxy which can act as a common client for multiple WCF endpoints rather than generating a client for each & every endpoint

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.