wcf icon indicating copy to clipboard operation
wcf copied to clipboard

Failed to build the WCF client 8.0 from source

Open hongtao-chen opened this issue 2 years ago • 2 comments

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

hongtao-chen avatar Dec 29 '23 02:12 hongtao-chen

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.

imcarolwang avatar Jan 03 '24 06:01 imcarolwang

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

HongGit avatar Jan 10 '24 23:01 HongGit