-
dotnet 2.0 Web API project
Startup.cs registration
config.For().Use("WithParent", ctx =>
{
Debug.WriteLine(ctx.ParentType?.Name ?? "NULL");
return new ParentInfo…
drch- updated
7 years ago
-
When cloning this repo on Windows I get:
```
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is…
-
With SimpleInjector or StructureMap you have the possibility to register decorators by conventions.
Registration with SimpleInjector:
container.RegisterDecorator(typeof(ICommandHandler),typeof(Valida…
-
Hello,
After installing SM.MVC5 package got next exception System.InvalidOperationException Stack empty. in case when you try to display circular object dependency with partial view.
Ex.
@model WebA…
-
Support for searching 'registration classes' would be helpful when configuring registrations in a big solution. Registration-by-convention is a big help for general registrations, but custom ones shou…
-
In order to understand what's neat about having lenses, one needs to understand what lenses are.
How do we explain it in terms that might be more familiar to many developers?
The deep theory doe…
-
I appreciate the fact that the StructureMap.MVC package now gives us a container-per-request pattern out of the box, but there is a problem with the implementation of StructureMapScopeModule. Because …
-
Would be nice to have a docs topic on how to set up Quartz.net with StructureMap. I've seen many examples on the web, each of them is incomplete.
Volunteering to do this one, of course.
-
Use an IoC container with single-instance support. This has numerous benefits:
1. We don't have to change initialization code every time a constructor changes
2. We don't have to use the Singleton…
-
```
Is there a way to seperate infrastructure dll from dependency on
System.Windows.Forms and the WinformsUI assemblies? Or decouple the plugins
from Windows.Forms/WinformsUI?
```
Original issue repo…