You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
@tkefauver@maxkatz6
I'm also interested in this... to me it looks like this is just a slightly modified copy of the Maui.Essentials package, status Work in progress without any documentation or planned release... Is that correct?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
andMasterDetailPage
?The text was updated successfully, but these errors were encountered: