I am having errors below when I try to use livereload. I believe that it is conflicting with Akavache library i am using.
Akavache is referencing System.Reactive (>= 4.0.0) while Livereload System.Reactive (>= 3.0.0)...I am not sure why it should be the problem as there is no upper limit on versions.
Does anyone know what could be the solution here? below suggestion doesnt solve the problem and more and more errors are appearing.
Livereload doesnt have any issue tracker and Microsoft guys are keep ignoring my question I raised on twitter and gitter I dont know what is the deal with them.
4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1830,2):
error XA2002: Can not resolve reference: System.Reactive.Linq, referenced by System.Net.Mqtt.
Please add a NuGet package or assembly reference for System.Reactive.Linq, or remove the reference to System.Net.Mqtt.
4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\Xamarin\Android\Xamarin.Android.Common.targets(1830,2):
error XA2002: Can not resolve reference: System.Reactive.Linq, referenced by Xamarin.Live.Reload.
Please add a NuGet package or assembly reference for System.Reactive.Linq, or remove the reference to Xamarin.Live.Reload.