Hello,
I am trying to compile a project (developed by others) that relies on the xamarin livereload package. Unfortunately I can't get this package to install.
I have downloaded the VSIX file as described in the documentation and that installed successfully, but I get this message from nuget when I open the project solution:
Error NU1101 Unable to find package Xamarin.LiveReload. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages, NuGet
I googled this and tried a variety of fixes, notably:
I tried multiple variations of this line in the console: install-package xamarin.livereload -prerelease -project myprojectname
And I opened the package manager, set 'source' to 'All' and ticked the 'include prerelease' button. Livereload shows up in the Installed tab of the package manager but states 'not available in this source'.
What am I missing here? I presume I need to add a new source to nuget or something equally similar but I'm not sure what that source is. Any tips?