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
When running the tutorial an exception is raised in the MaainActivity.cs class.
In this function:
void RegisterServices()
{
ServiceContainer.Register(() => new DatabaseSeedService(ApplicationContext));
}
I get this error:
System.MissingFieldException
Field not found: SimpleInjector.Lifestyle SimpleInjector.Lifestyle.Singleton Due to: Could not find field in class
The text was updated successfully, but these errors were encountered:
When running the tutorial an exception is raised in the MaainActivity.cs class.
In this function:
void RegisterServices()
{
ServiceContainer.Register(() => new DatabaseSeedService(ApplicationContext));
}
I get this error:
System.MissingFieldException
Field not found: SimpleInjector.Lifestyle SimpleInjector.Lifestyle.Singleton Due to: Could not find field in class
The text was updated successfully, but these errors were encountered: