-
I'm not sure if this is something that we want promote, though as I was writing a sample consumer it ended up being a nested class. The code generation was throwing errors and it took me a bit to fig…
-
At the moment, this code:
```
_.For()
.Use()
.Ctor("connectionString")
.Is(() => Configuration.GetConnectionString("DefaultConnection"));
```
fails as _Configuration.GetConnecti…
-
Sometimes i would like to add internal types to StructureMap. Which works with if i add them one by one in a Registry.
It would be nice if i can add an IEnumerable of types (which i gather with refle…
-
The steps seem to include..
Given this object model
- this is how to register an implementation to an instance
- this is how to resolve an a specific implementation when you have the container …
-
We've already made the decision to drop all Silverlight support in Windsor v4 following dropping support for Silverlight in Castle Core v4.
I (and others) think it is time we drop support for .NET …
-
Having to constantly re-compile the Lambda delegates is hurting fubumvc perf.
-
An issue with StructureMap not being able to scan for assemblies when using NETCoreApp has been corrected. This library should advance its StructureMap version reference to >= 4.4.2.
Refer to issues …
-
Ok so after trying many different ways of getting this to work I'm coming here, I've given up.
How would I decorate a generic interface type that has 20+ implementations with 5 to 6 decorators?
…
-
From what I understand, it is not possible to make interception with using dynamic proxies. The closest thing is `DecoratorInterceptor` but you have to provide a concrete decorator implementation each…
-
I'm trying to override a constructor parameter, namely a Uri, at runtime but so far have been unsuccessful.
Registration:
```
Container = new Container(_ =>
{
_.Fo…