this post was submitted on 15 Apr 2025
3 points (100.0% liked)
.NET
1652 readers
1 users here now
Getting started
Useful resources
IDEs and code editors
- Visual Studio (Windows/Mac)
- Rider (Windows/Mac/Linux)
- Visual Studio Code (Windows/Mac/Linux)
Tools
Rules
- Rule 1: Follow Lemmy rules
- Rule 2: Be excellent to each other, no hostility towards users for any reason
- Rule 3: No spam of tools/companies/advertisements
Related communities
Wikipedia pages
- .NET (open source & cross platform)
- .NET Framework (proprietary & Windows-only)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I tried it, and it's not ready for production. Publishing is half-finished and it appears to be a bit of dumb luck whether an app runs properly if at all.
Just wrap a blazor web app in electron/capacitor. It's compatible with older devices while running faster, being smaller, and doesn't depend on a bleeding edge webview present on the device. (which is why some android devices from even just 3 years ago won't run the maui/blazor app)