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
What is the correct way to implement this, like in the old days using Xamarin.Forms ?
As far as I remember, in Xamarin.Forms, you only needed to call Xamarin.Forms.Init(). Is there a similar method in MAUI like in Xamarin.Forms?
First of all, I actually know how to fix it, but it has to be done manually one by one. Since there are many files and they are located in different projects, it's quite time-consuming.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
What is the correct way to implement this, like in the old days using Xamarin.Forms ?
As far as I remember, in Xamarin.Forms, you only needed to call Xamarin.Forms.Init(). Is there a similar method in MAUI like in Xamarin.Forms?
First of all, I actually know how to fix it, but it has to be done manually one by one. Since there are many files and they are located in different projects, it's quite time-consuming.
DependencyService.Register<Core.Interface.IAppInfo, Sa.To.Persistence.AppInfo>(); // MauiProgram.cs
Beta Was this translation helpful? Give feedback.
All reactions