Prism.Container.Extensions
Prism.Container.Extensions copied to clipboard
Incorrect null-check?
With Nullable
enabled, Visual Studio detects a potential bug:
The condition on IServiceProviderExtensions.cs(52) looks wrong. I believe it should be the following:
else if (service.ImplementationFactory != null)