I have a Xamarin forms v3.1 project with the .NET standard approach. I tried to add a reference to a web service I have using "add connected service" and then from the pop up, I choose Microsoft web service reference provider.
I add the web service link, Visual Studio (2017 v15.8) discovers its structure, and then when I click finish, it takes a while but then shows this error:
Unable to generate deps.json, it may have been already generated.
You can specify the "-d" option before the tool name for diagnostic
output (for example, "dotnet -d ": C:\Program
Files\dotnet\sdk\2.1.400\Sdks\Microsoft.NET.Sdk\targets\GenerateDeps\GenerateDeps.proj
Done.
Any idea why this is happening and how to solve this issue?