Namespace PoeShared.Blazor.Prism
Classes
ServiceCollectionExtension
UnityFallbackServiceProvider
Represents a service provider that first attempts to resolve services using the .NET Core's default dependency injection container, and if the service is not found, it falls back to the Unity container.
UnityFallbackServiceScope
UnityFallbackServiceScopeFactory
UnityServiceCollection
This ServiceCollection is expected to bind IUnityContainer world to .NET Core - it is expected to hold reference to the root IUnityContainer