dansiegel/Prism.Container.Extensions

Object Disposed Errors on IServiceProvider (Prism.Microsoft.DependencyInjection.Extensions) on main branch

maxpiva opened this issue · 2 comments

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.

If you'd like to take a crack at it I'm happy to accept a PR

closed by #148