Skip to content

Commit

Permalink
Merge pull request PrismLibrary#1643 from PrismLibrary/Bug1638-IModul…
Browse files Browse the repository at this point in the history
…eCatalog

registered the container extension
  • Loading branch information
brianlagunas authored Dec 7, 2018
2 parents c9b38d9 + 37c23d9 commit bee0480
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ protected virtual void RegisterRequiredTypes(IContainerRegistry containerRegistr
containerRegistry.Register<INavigationService, NavigationService>(NavigationServiceParameterName);

// standard prism services

containerRegistry.RegisterInstance<IContainerExtension>(_containerExtension);
containerRegistry.RegisterSingleton<ILoggerFacade, DebugLogger>();
containerRegistry.RegisterSingleton<IEventAggregator, EventAggregator>();
containerRegistry.RegisterSingleton<IModuleCatalog, ModuleCatalog>();
Expand Down

0 comments on commit bee0480

Please sign in to comment.