Maui with .net 9.0 handle namespace language files
I upgraded to .net 9.0 and files in the Resource folder are now included automatically I understood.
To reach my language item it’s recommended to use „local:Resource.WELCOME“ to get the welcome in german or whatever but it remains red and can not compile.
Maui with .net 9.0 handle namespace language files
I upgraded to .net 9.0 and files in the Resource folder are now included automatically I understood.
To reach my language item it’s recommended to use „local:Resource.WELCOME“ to get the welcome in german or whatever but it remains red and can not compile.
.net 9 Maui CollectionView not showing data
I am using Microsoft Visual Studio Community 2022(64-bit) Version 17.12.3. I am also using CommunityToolkit.Mvvm. I have CasesPage.xaml, CasesPage.xaml.cs and CasesPageModel with ReportedCasesView.cs which is the Model file. I am trying to display a query result in a CollectionView but the data does not show up although the number of records retrieved is indicated. Below are the files and code I tried to achieve the results.