dotnet-maui-samples icon indicating copy to clipboard operation
dotnet-maui-samples copied to clipboard

.NET MAUI samples

Results 8 dotnet-maui-samples issues
Sort by recently updated
recently updated
newest added

Hello, I'm sorry to contact you in such a way, I saw that Microsoft's official documentation is your participation. I have a problem now. I can’t configure automatic update when...

PlatformSpecifics sample is missing the these icons : Xamagon.png, net_small_purple.png, DotNetSource_small.png. These are referenced by the Windows version of the app in WindowsImageSearchDirectoryPage.xaml.

To get these samples to run on the latest release (Version 17.3.0 Preview 1.0) ; in csproj files Remove: `` true WinExe win10-x64 `` In App.xaml Remove : windows:Application.ImageDirectory="Assets" In...

Xaminals sample has numerous pages with ContentPage.Resources referencing TargetType="Grid" which does not exist on these pages.

Replace all occurrances of the following broken link "https://upload.wikimedia.org/wikipedia/en/9/9b/Manx_cat_by_Karen_Weaver.jpg" with "https://upload.wikimedia.org/wikipedia/commons/9/9b/Manx_cat_by_Karen_Weaver.jpg" These are the following references: 1. davidBritch\dotnet-maui-samples\Fundamentals\Shell\Xaminals\Data\CatData.cs 2. davidBritch\dotnet-maui-samples\UserInterface\Views\CarouselViewDemos\CarouselViewDemos\ViewModels\AnimalsViewModel.cs 3. davidBritch\dotnet-maui-samples\UserInterface\Views\CollectionViewDemos\CollectionViewDemos\ViewModels\AnimalsViewModel.cs 4. davidBritch\dotnet-maui-samples\UserInterface\Views\CollectionViewDemos\CollectionViewDemos\ViewModels\GroupedAnimalsViewModel.cs 5. davidBritch\dotnet-maui-samples\UserInterface\Views\ListViewDemos\ListViewDemos\ViewModels\AnimalsViewModel.cs

Sorry about the update. I was playing with the Git Stash for the 1st time. I never thought there was any real concern about pushing to your repositor. I was...

I tried the demos on a Windows 11 pc A number of the demos have references to Device.xxxx... which are obsolete davidBritch\dotnet-maui-samples\Fundamentals\DataBindingDemos Select "binding fallbacks"/"TargetNullValue and FallbackValue" Information is displayed...

You should consider what these demos look like on a system with a dark theme. The text color is defaulted to Black which cannot be seen against a dark background....