You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I didn't look into the codebase (yet) but maybe the first 2 things should happen on demand when error is logged?
In terms of .ToUpper() I think it could be solved by making it CultureInvariant but I'm not sure.
The text was updated successfully, but these errors were encountered:
After recording a
dotnet-trace
of my app to see what I can optimize I noticed that MetroLog is taking huge amount of time onCreateaMauiApp
Full speedscope
maui-app_20241101_133832.speedscope.json
Main issues:
I didn't look into the codebase (yet) but maybe the first 2 things should happen on demand when error is logged?
In terms of
.ToUpper()
I think it could be solved by making itCultureInvariant
but I'm not sure.The text was updated successfully, but these errors were encountered: