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.72k stars 558 forks source link

WPF project on .NET 8 missing 'Add Service Reference' from the 'Connected Services' menu #5672

Open gchq-zz opened 3 weeks ago

gchq-zz commented 3 weeks ago

I have a WPF running on .NET 8.0. I understand that MS in their infinite wisdom have neglected VB developers when it comes to .NET core, but this is not .NET core. I have seen a similar thread here that points to the issue with core.

According to the MS documentation adding a service reference has now moved from directly under solution explorer to Add > Connected Services and selecting 'Add Service Reference' - but only 'Service Dependencies' are available.

Image

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Ideally a sample project that we can debug.
  2. Full call stacks.
  3. For issues related to generating client code using dotnet-svcutil please provide the WSDL.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.