Feature Request
Support tracking of .Net HttpClient requests in Xamarin.Forms (in addition to native NSURLSession / java.net.URLConnection)
DM1145
Enabling automatic network monitoring in Xamarin.Forms applications, per documentation and experience, doesn't track HTTP/S calls if made in common projects using HTTPClients.
It needs to do so, as writing interfaces and referencing distribution-specific code unnecessarily adds unneeded complexity to applications.