Open PostImpatica opened 6 years ago
I just sent a 0.6.0-pre
update on NuGet with .NET Standard 2.0 support and migration to new csproj format for packaging. Hope it works for you now!
Sorry for the delay! I'm pretty busy right now... :(
It installs now with no issue but trying to use this assembly from Xaml I get the following error in iOS (works fine in Android):
Xamarin.Forms.Xaml.XamlParseException: Position 34:38. Type markdown:MarkdownView not found in xmlns clr-namespace:Xam.Forms.Markdown;assembly=Xam.Forms.MarkdownView
at Xamarin.Forms.Xaml.CreateValuesVisitor.Visit (Xamarin.Forms.Xaml.ElementNode node, Xamarin.Forms.Xaml.INode parentNode) [0x0005f] in D:\a\1\s\Xamarin.Forms.Xaml\CreateValuesVisitor.cs:53
Playing around I fixed it by doing the following:
References
then From Packages
Xam.Forms.MarkdownView
packageMarkdownView
Could this be upgraded to support .NetStandrad 2.0?