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;
kind regards,
stefan
reachability.cs depends on system.net classes not exist in pcl. test reachability in forms, use connectivity plugin instead.
Comments
Post a Comment