Maksim Volkau

Results 241 comments of Maksim Volkau

@sqeezy Thanks for the access, I will check a bit later.

@hani1989 Interesting. So it happens the `Validate` throws the exception? Another question, why do you open scope in a chain `foreach` registration (it also shows in the exception message)?

@hani1989 It seems that the error is for trying to resolve `ServiceFactory` delegate itself. Could you exclude the delegates and re-check: ```cs type => type.IsInterface && !type.IsAssignableFrom(typeof(Attribute)) // we want...

@dadhi Ok, let's be more specific: Either add the check to `RegisterMany` ```cs type != typeof(ServiceFactory) ``` or add the `ServiceFactory` to `_excludedTypesFromCheck`

@hani1989 did it work?

Ok. Let's keep it open.

@JustickDM Hi, thanks for reporting. I need to process what's happening here.

@JustickDM Ok. Regarding the issue I am trying and not able to reproduce, is it possible that `CurrentPlatform == Device.iOS` was false?

@detoxhby The keyed services will be supported in the DryIoc v6 version. The support is already added. The version still need the final touches.