Using multiple Connected Services (CWS) at .NET CORE WebAPI project

I used to build simple console applications projects with Visual Studio and could add multiple connected services references (CWS) at the .svcmap file. One folder could had all the references together without causing conflicts in the code (ambiguous reference)


Now I want to create a .NET CORE WebAPI project but it acts differently. I have to add each reference separately with different namespace and there is no .svcmap file that has all the addresses. What eventually causes some headache since I get the ambiguous reference error sometimes and also the conversion type error since there is ref otAuth in docman and at content services class.

Any best practice for it?


Tagged:

Comments