I want the clients consuming my WCF web-service to have comments on the services methods/parameters and other data contracts.
I mean, I want the XML comments which I put in the WCF server side, to appear as intellisense popups in the client application that consumes my web-service.
Which attributes can I use in the ServiceContract to achieve this?
I really want to be able to do this with out of the box solution.
I have seen a few very old "solutions", which will make this task a nightmare, and wondering if there are any 2019 build-in solution for WCF?
I'm on VS 2017, with 4.6.2 framework.