I am trying to generate WCF Services Xamarin Cross platform ( PCL ) project based on the sample giving by xamarin itself i.e. TodoWCF
I found few issues wile generating WCF Services in xamarin using VS2015
1) I don't see Add service option to add WSDL file
to resolve this i found this thread and i tried to remove windows phone 8.1 after removing Xamarin.Forms and adding it again.
2) After that i tried to tap on Add Services and entered the WSDL
but VS2015 is constantly getting restarted when it tries to generate code for service endpoint.
3) I dont see any of the dependency added in TodoWFC sample provided by xamarin itself in my project
and really dont know how did they manage to generate WCF code inside it.
I read WCF Walkthrough in Xamarin and Consuming WCF in Xamarin but no where they have specified how to add WCF Service and System.ServiceModel dependencies.
hence i fill this topics are still not resolved

