Object Disposed Errors on IServiceProvider (Prism.Microsoft.DependencyInjection.Extensions) on main branch
maxpiva opened this issue · 2 comments
maxpiva commented
Going Back and Forward from navigation will trigger the issue. (Relative Navigation)
Removing the disposing of the IServiceProvider in ConcreteAwareServiceScope will fix the issue.
Recreating it does not seems to be a valid approach since you might have singletons already initialized.
dansiegel commented
If you'd like to take a crack at it I'm happy to accept a PR