c# - Xamarin.Forms Reference conflict -


my problem in xamarin.forms

i tried use class reachability.cs xamarin (downloaded official source) used check url or ip address reachable.

when try build shows me following error message:

reference type 'ipaddress' claims defined in 'system', not found

i dont know how solve usings

using system; using systemconfiguration; using corefoundation; 

enter image description here

kind regards,

stefan

reachability.cs depends on system.net classes not exist in pcl. test reachability in forms, use connectivity plugin instead.


Comments

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -