Add Service Reference in .NET Core in Visual Studio for Mac

岁酱吖の 提交于 2019-12-14 02:07:45

问题


As far as I know, in Windows I was able to add a service reference in a .NET Core project in Visual Studio 2017 by installing the Visual Studio WCF Connected Service, but I wasn't able to find that same extension in Visual Studio for Mac.

Is there any other way of adding a service reference in Mac?


回答1:


In Visual Studio for Mac "Community" 7.8.3 (build 2), right-click on the project name in the Solution Explorer. Then select Add -> Add Web Reference.

I had the choice between WFC and .NET 2.0 Web Services

I'm using .NET, so I can't verify WFC is functional, but it appears to be there



来源:https://stackoverflow.com/questions/47460862/add-service-reference-in-net-core-in-visual-studio-for-mac

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!