Failed to build the WCF client 8.0 from source
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:
- Clean environment without dotnet.
- Download the WCF client from this repo.
Expected behavior Build complete
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.
@hongtao-chen did you run build -restore, before you run build -build?