Relative Content

Tag Archive for .netmaui

.net MAUI dynamic picker not showing data

I trying to show data in dynamically created pickers. This is my code.This data is loading in viewmodel but its not visible in my picker. When user enter No Of Nights as 2 then 2 pickers are generating. I can’t found any issues here data also loading, Only issue is not visible. Anyone have idea to fix this. Please help.

Missing “appxrecipe” .Net Maui Won’t Deploy

Description I can’t get around the following Deploy related error in Maui: Error DEP1700: The recipe file “G:QuickJournalSyncbinDebugnet8.0-windows10.0.19041.0win10-x64QuickJournalSync.build.appxrecipe” does not exist. You may need to build your project. Missing appxrecipe I’m trying to create a demo solution mixing .net maui (C# 8.0) with a Realm persistence example and a Syncfusion. I’ve posted this in Github […]