dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.7k stars 559 forks source link

Failed to build the WCF client 8.0 from source #5389

Open hongtao-chen opened 8 months ago

hongtao-chen commented 8 months ago

Describe the bug Try to build the source in a clean Windows 11 desktop

It failed with the following error: .nuget\packages\microsoft.dotnet.arcade.sdk\9.0.0-beta.23611.2\tools\Workarounds.targets(79,5): error : PackageProjectUrl must be specified [...\wcf-8.0.0-rtm\src\dotnet-svcutil\lib\src\dotnet-svcutil-lib.csproj]

To Reproduce Steps to reproduce the behavior:

  1. Clean environment without dotnet.
  2. Download the WCF client from this repo.

Expected behavior Build complete

imcarolwang commented 8 months ago

Hi @hongtao-chen , thank you for raising the issue. Can you share how you built the source that got the error in issue? On my machine, I can build the dotnet-svcutil source by running [wcfRepoRoot]/src/dotnet-svcutil/build.cmd without problem.

HongGit commented 7 months ago

@hongtao-chen did you run build -restore, before you run build -build?