Replies: 4 comments 7 replies
-
Beta Was this translation helpful? Give feedback.
-
Are you counting on a framework without a datagrid to develop a desktop? Wake up, MAUI was not developed for desktop applications from the beginning. |
Beta Was this translation helpful? Give feedback.
-
Would be amazing if we can get React native experience on MAUI.Blazor, instead of interacting with the file system in .NET code by making UI talk with .NET, I might as well use react components and its browser native experience to do it, while I do some other stuffs with .NET |
Beta Was this translation helpful? Give feedback.
-
I made the silly mistake of writing an app I intended for production without thinking about deployment properly, and went off the marketing hype alone. From my experience the app cannot be deployed reliably as a standalone executable without purchasing yearly keys since it deploys as a .msix package only. The team also seem to have not given any indication if native .exe support will ever be available. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
As an individual looking for a cross-platform technology that primarily targets Windows, with Android/iOS secondary targets, I'm investigating MAUI as a potential options. However, looking at the official samples located at https://github.com/dotnet/maui-samples/tree/main/7.0/UserInterface/Views and extra samples available at
https://github.com/jsuarezruiz/awesome-dotnet-maui, I am wary about it's readiness state for a production project.
In the above linked examples, nearly all of them are Android/iOS only with the few that explicitly support Windows obviously having several issues when actually running them. For example, in the Weather 21 sample, I've observed
And wondering if this is what I should expect when developing my own application, when the official sample itself is poor?
In the instance that the sample itself is just outdated, can I get pointed to a production quality sample that utilizes MAUI (non-Blazor) for a Windows desktop application. Something that is actually Windows tested, and not just "oh yeah it works on Windows"?
I do not intend for this issue to be antagonistic but am merely looking for straightforward answers. Upon talking with multiple individuals on both the .NET development and Help discord, and research on various forums, it seems like nobody has ever gotten a direct response.
Thanks!
Public API Changes
More Windows Samples
Intended Use-Case
Better focus on Windows development
Beta Was this translation helpful? Give feedback.
All reactions