Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in simple-injector

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

How to decorate an ASP.NET MVC controller with Simple Injector

Registering a singleton via SimpleInjector and return the same instance, for different interfaces it implements

How to configure Simple Injector to run background threads in ASP.NET MVC

How to use SimpleInjector in a multi project solution without creating circular references

Injection into Console Application with the Simple Injector