tiger4589 / Xamarin.Forms-CardView

A Package to create a CardView using Xamarin.Forms that works on the three platforms (Android, iOS, UWP)
MIT License
66 stars 16 forks source link

Not compatible with .NET Standard 2.0 #6

Closed DiogoTheCoder closed 6 years ago

DiogoTheCoder commented 6 years ago

Getting the an error message when I try out the example XAML code.

Type CardView not found in xmlns http://xamarin.com/schemas/2014/forms

I believe this error is being caused by the incompatibility, since Visual Studio is having to revert the package to the .NET Framework, instead of using .NET Standard

tiger4589 commented 6 years ago

Hello @DiogoCosta1998 . Can you please create a new empty project exactly like the one you got an error while using CardView and upload it so I check it?

DiogoTheCoder commented 6 years ago

CardViewApp.zip Output.txt

kenancasey commented 6 years ago

Any update on this? I'd love to use this in .NET Standard 2.0.

tiger4589 commented 6 years ago

I have just pushed a new package to Nuget that uses .Net Standard 2.0. to install: Install-Package XamarinForms.CardView.NetStandard It might take up to an hour to get published, so if you can't directly install it give it up to an hour after the time of this post. Please give me your feedback if any error happened when trying it with .Net Standard.