dotnet-svcutil 8.0.0

dotnet tool install --global dotnet-svcutil --version 8.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local dotnet-svcutil --version 8.0.0
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-svcutil&version=8.0.0
                    
nuke :add-package dotnet-svcutil --version 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.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
8.0.0 25,986 3/18/2025
8.0.0-preview1.24619.5 1,769 1/9/2025
2.2.0-preview1.23462.5 182,490 9/19/2023
2.1.0 410,862 10/26/2022
2.0.3 87,769 10/13/2021
2.0.3-preview3.21351.2 8,092 7/14/2021
2.0.3-preview2.21264.1 6,665 5/27/2021
2.0.3-preview1.20574.1 4,145 12/1/2020 2.0.3-preview1.20574.1 is deprecated because it is no longer maintained.
2.0.2 41,570 12/1/2020
2.0.1 44,482 7/29/2019
2.0.0 12,664 2/21/2019
1.0.4 1,150,828 10/31/2018
1.0.3 36,627 8/29/2018
1.0.2 8,937 8/6/2018
1.0.1 30,107 7/2/2018
1.0.0 195,672 6/4/2018
1.0.0-preview-20522-1161 81,465 5/23/2018 1.0.0-preview-20522-1161 is deprecated because it is no longer maintained.