docs-maui
docs-maui copied to clipboard
Is `MauiContext` singleton or not?
I have read https://learn.microsoft.com/en-us/dotnet/maui/user-interface/handlers/create?view=net-maui-8.0 and I wonder if MauiContext
is a singleton or not. Given how it is used, it looks like it isn't but I'm not 100 per cent sure.
Could this be a bit clarified please?
Thank you
Possibly relevant here: https://github.com/dotnet/maui/discussions/7515