Thilo Viereck

Results 25 comments of Thilo Viereck

Yes, the fixed one-to-one relationship is probably the most serious shortcoming (for my purpose) in an otherwise awesome library :) I thought a little about static interface members and default...

Ok, I figured it out. You have to use a static factory method, which takes an `IServiceProvider` argument (used to pass the container to the factory). The example from the...

@pakrym: Thanks, that's obviously even better! Seems that "factory parameter injection" is an undocumented feature (not mentioned here: https://github.com/pakrym/jab#factories), which greatly simplifies a couple of scenarios for me. "Redirecting" alternative...

Thanks for your feedback. If I'm not mistaken, you can't do any such thing. Since V11 the service locator (``AvaloniaLocator``) is internal. You can't register additional services nor can you...