Open Saratsin opened 3 years ago
This worked for me:
Redth
, location of https://nuget.pkg.github.com/redth/index.json
, your GitHub username, and a personal access token with the read:packages
scope.Redth
, and make sure Show pre-release packages
is checked.Thanks @humblehacker for the instructions. @Redth or someone else via PR should definitely add this to the Readme.
When trying to add it to my Android binding project I get an error below: "Unable to find package Xamarin.Binding.Helpers. No packages exist with this id in source(s): nuget.org"
i'm trying to implement slim bindings approach, but I got stuck on the first step. There's no Xamarin.Binding.Helpers package on nuget.org. I've tried to download it manually from here and use from my local nuget source, but it still fails for some reason. How can I download and add this nuget package properly to my Xamarin.Android Bindings project? I'm using macOS, have tried with Visual Studio for Mac and Rider IDE-s
P.S. I've tried also to restore packages with command line as it is mentioned on packages site:
dotnet add PROJECT package Xamarin.Binding.Helpers --version 0.1.0-ci516977228
. As a result I got such error:The imported project "/usr/local/share/dotnet/sdk/5.0.201/Xamarin/Android/Xamarin.Android.Bindings.targets" was not found