Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in simple-injector

Why am I getting this ActivationException when using Simple Injector with WebApi Self Hosted in OWIN?

Simple Injector - Register Service with one custom Parameter

Simple Injector usage for generic command handler

Parameter not registered when using Simple Injector to inject into an MVC Controller Constructor

How to do a registration in Simple Injector after a GetInstance call / Alternate solution?

What is the correct way to register FluentValidation with Simple Injector?

Simple Injector per-web-api-request dependency in SignalR hub

Cannot resolve ILogger<T> Simple Injector ASP.NET Core 2.0

In Simple Injector why is it an error for a singleton or scoped service to depend on a transient service

Simple Injector Diagnostic Warning Disposable Transient

Where's Simple Injector's equivalent of StructureMap's ObjectFactory

Register a DB Context with Simple Injector and .Net Core

Register decorator with another dependency of same generic type

Where Is the ability to RegisterAll with Registration Contexts (aka Func<T>)?

log4net with DI Simple Injector

Unit testing object whose lifetime scope is handled by IoC container

Resolve dependencies in ASP.NET Web API with Simple Injector and IHttpControllerActivator

How to reduce number of injected dependencies on controller

Simple Injector registering IMappingEngine (AutoMapper)

Use different configurations with Simple Injector