Avalonia.Essentials
Avalonia.Essentials copied to clipboard
Status of Avalonia.Essentials
Hi, I'm interested in using the Share component for desktop and mobile with AvaloniaUI but ran into a number of problems building and running the sample Essentials.Sample.Desktop
. Is this project ready for use?
The build errors I couldn't fix seem to stem from these 2 errors:
..\Avalonia.Essentials\samples\Essentials.Sample\View\BasePage.cs(9,26,9,37): error CS0246: The type or namespace name 'ContentPage' could not be found (are you missing a using directive or an assembly reference?)
CSC : error AXN0002: XamlX.XamlParseException: Unable to resolve type MasterDetailPage from namespace using:Avalonia.Labs.Controls Line 18, position 10.
Where can I find ContentPage
and MasterDetailPage
?