question

akshayavenkat-7437 avatar image
0 Votes"
akshayavenkat-7437 asked LeonLu-MSFT commented

unable to create a nuget package out of a custom control-xamarin forms

I just created a simple custom control in my xamarin.forms project and want to use the same control as a nuget package in my other projects. After creating the .nupkg file I tested it by adding as a local package in another xamarin forms project.The issue is the package I created is installed,but the contents inside it are not available.. Can anyone help me on resolving this..

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Do you refer to this thread to create nuget package ? https://docs.microsoft.com/en-us/nuget/guides/create-packages-for-xamarin If not, please refer to this thread step by step, if so, could share IInterfacexxx.shared.cs code and IInterfacexxx.android.cs, I could test it.

0 Votes 0 ·

0 Answers