Replies: 1 comment 4 replies
-
It's not a bad idea. But I'm not sure if it makes sense to add or mention different platforms in a core project, like Maui in this case. @David-Moreira What do you think? Does it make sense to add this configuration based on a platform? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Ive actively been using Blazorise on the Maui Preview and everything works amazing. Ive come across some minor issues and its to do with Scoped Services. I think for supporting Desktop all that might be needed a slight design change in the configuration when calling
services.Blazorise
and allow uses to toggleMaui = true|false
. Then based on this option by the user, register the services Scoped or Singleton.This is my initial thoughts because this is how i got around 1 issue. I am raising it as a discussion here because I dont know the framework too well so maybe there are other things that might not work as expected if using Blazor Control in a Desktop App.
Beta Was this translation helpful? Give feedback.
All reactions