-
flimflan committed revision 274 to the StructureMap SVN repository, changing 3 files.
2009-11-13 17:33:27 UTC by flimflan
-
Car requires ITransmission
Truck requires ITransmission
Garage requires ICar and ITruck
when you get an instance of IGarage from StructureMap the injected ICar and ITruck have the same ITransmission instance but should not.
2009-11-11 18:05:27 UTC by https://www.google.com/accounts
-
Calling ObjectFactory.GetInstance() always returns a new instance of ReferenceDataCache even though the mapping is set as a singleton cache. Registered using: ForRequestedType(typeof(IReferenceDataCache)).CacheBy(InstanceScope.Singleton).TheDefaultIsConcreteType(typeof(ReferenceDataCache));.
2009-11-10 02:56:00 UTC by nobody
-
flimflan committed revision 273 to the StructureMap SVN repository, changing 29 files.
2009-11-02 15:07:59 UTC by flimflan
-
flimflan committed revision 272 to the StructureMap SVN repository, changing 29 files.
2009-11-02 00:32:15 UTC by flimflan
-
flimflan committed revision 271 to the StructureMap SVN repository, changing 2 files.
2009-10-24 23:19:17 UTC by flimflan
-
flimflan committed revision 270 to the StructureMap SVN repository, changing 8 files.
2009-10-19 02:59:11 UTC by flimflan
-
flimflan committed revision 269 to the StructureMap SVN repository, changing 10 files.
2009-10-08 16:44:14 UTC by flimflan
-
andreas_ohlund committed revision 268 to the StructureMap SVN repository, changing 4 files.
2009-10-07 18:25:50 UTC by andreas_ohlund
-
andreas_ohlund committed revision 267 to the StructureMap SVN repository, changing 2 files.
2009-10-07 17:17:56 UTC by andreas_ohlund