DanHarltey

Results 6 comments of DanHarltey

Hi, thank you for the report and the sample code. I have used it to confirm this is a problem with the latest version. The Azure project you provided uses...

As for a fix for Scrutor itself. The quick fix is to turn ServiceDescriptor with ImplementationType into a factory this will prevent any additional type checking. ```csharp public static ServiceDescriptor...

Hi, I will submit a PR with a test that recreates the validation that the Azure Function Host DI container is applying. I will try to explain the cause of...

> I wonder why the host has implemented its own assignability check instead of using `Type.IsAssignableFrom`... 🤔 Yes I did wonder that as well. If they did do: `serviceDescriptor.ServiceType.IsAssignableFrom(serviceDescriptor.ImplementationType);` That...

Hi @Mike-E-angelo, Thank you very much for getting in touch and reporting an issue. Sorry you are having this issue, hopefully we can find the cause quickly. Would it be...

Hi, I had a look at this today. This is an issue between Scrutor and LightInject.Microsoft.DependencyInjection. The issue is around where LightInject.Microsoft.DependencyInjection is converting the MS registrations into LightInject registrations....