Olexiy

Results 7 comments of Olexiy

We've came up with `NonNull` and `NonNullItem` attributes which can be used in the following way: ```cs public class ProductModel { public string Id { get; set; } /*other fields*/...

@dmg-hamann, in you solution `IoCContainer` should be singleton/static instance, which do not allow usage of scoped (per request or manually created scopes) or child containers without hacks (e.g. marking with...

Yes the container (dependencies storage) is singleton. But some services are scoped which means they will be created only inside scope (create manually or by ASP.NET per HTTP request) and...

Hmm... I was going to try to fix this. But I've just rechecked the issue and found that `typeResolutionDelegate` is not invoked when `IDependencyInjector` is specified for executor.

For backward compatibility at least

@frenzzy Any news on this PR?

@koistya can you help with this? :)