I have a WCF service exposed both synchronous and asynchronous methods. When I try to add microsoft WCF web service reference provider in my .net core 2 application, I am showing only methodnameAsync methods. I am not able to see methodname methods.
If I add this service reference in regular Console application, it is showing both synchronous and asynchronous methods.
I google about this and few are telling to change the setting in wizard like Click for Image.
But I can not see any such option in my .net core2 application wizard.
What am I missing?