dotnet-svcutil 8.0.0
About
The dotnet-svcutil
tool is a .NET command-line utility for retrieving metadata from web services or WSDL files and generating WCF client proxy classes. It is compatible with .NET Core and .NET Standard projects, similar to the svcutil tool for .NET Framework.
How to use
Installing dotnet-svcutil:
To install the dotnet-svcutil tool globally, run:
dotnet tool install --global dotnet-svcutil
For more details, visit the NuGet package page: dotnet-svcutil on NuGet.
Using dotnet-svcutil:
To use the dotnet-svcutil tool, execute the following command:
dotnet-svcutil <metadataDocumentPath> | <url> | <epr> [options*]
For additional usage instructions, refer to the dotnet-svcutil documentation on GitHub.
Key Features
Dotnet-svcutil can generate code for service contracts, clients and data types from metadata documents. These metadata documents can be on a durable storage, or be retrieved online. Online retrieval follows the WS-Metadata Exchange protocol.
You can use dotnet-svcutil tool to generate service and data contracts based on a predefined WSDL document. Use the --serviceContract
switch and specify a URL or file location where the WSDL document can be downloaded or found. This generates the service and data contracts defined in the WSDL document that can then be used to implement a complaint service.
Additional documentation
For more details about the tool usage, visit the WCF dotnet-svcutil tool guide.
Feedback & Contributing
To explore the project or contribute, visit our GitHub repository. For reporting issues or providing feedback, please open an issue on GitHub.
Version | Downloads | Last updated |
---|---|---|
8.0.0 | 2 | 07/08/2025 |
8.0.0-preview1.24619.5 | 0 | 01/09/2025 |
2.2.0-preview1.23462.5 | 0 | 09/19/2023 |
2.1.0 | 0 | 10/26/2022 |
2.0.3 | 0 | 10/13/2021 |
2.0.3-preview3.21351.2 | 0 | 07/14/2021 |
2.0.3-preview2.21264.1 | 0 | 05/27/2021 |
2.0.3-preview1.20574.1 | 0 | 12/01/2020 |
2.0.2 | 0 | 12/01/2020 |
2.0.1 | 0 | 07/29/2019 |
2.0.0 | 0 | 02/21/2019 |
1.0.4 | 0 | 10/31/2018 |
1.0.3 | 0 | 08/29/2018 |
1.0.2 | 0 | 08/06/2018 |
1.0.1 | 0 | 07/02/2018 |
1.0.0 | 0 | 06/04/2018 |
1.0.0-preview-20522-1161 | 0 | 05/23/2018 |