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
Step 1 tells the reader to delete MainPage.xaml, but without that file I cant build the project. So I have to leave it along with MainPage.xaml.cs and clean unused content.
Step 2. It seems that <Style> section should be inside <Application.Resources> section which is non-obviuos.
The text was updated successfully, but these errors were encountered:
Disclaimer
Creating a .NET MAUI solution
In step 1.iii you write
But further in the text it is referenced as
Northwind.Maui.Customers
. For example, in step 9 on the pic 19.6 one can clearly seeNorthwind.Maui.Client
Implementing the customer list view
In step 4 (notes) you write
but
BindingContext
is actually set toCustomersListViewModel
Implementing the customer detail view
In step 1 there is a code line (
CustomerDetailPage.xaml
):Build fails until I remove
Views
part:Creating views for the list of customers and customer details
Step 1 tells the reader to delete
MainPage.xaml
, but without that file I cant build the project. So I have to leave it along withMainPage.xaml.cs
and clean unused content.Step 2. It seems that
<Style>
section should be inside<Application.Resources>
section which is non-obviuos.The text was updated successfully, but these errors were encountered: