Sure, let me just try with the trunk, I experienced that in the latest release and I guess something might have changed by then.
2010/4/23 Krzysztof Koźmic <[email protected]> > nope, looks like a bug to me. > > Please fill an issue in donjon > > On 2010-04-23 16:07, SimoneB wrote: > >> Doing this: >> >> AllTypes.Of(typeof(ConsumerOf<>)) >> .FromAssembly(typeof(ApplicationMessages).Assembly) >> .Configure(registration => >> registration.LifeStyle.Transient) >> >> This registers and then resolves successfully when asking for >> ConsumerOf<SomeMessage>: >> >> class SomeConsumer : ConsumerOf<SomeMessage> {} >> >> While this doesn't when asking for ConsumerOf<SomeMessage<SomeClass>>: >> >> class SomeOtherConsumer<T> : ConsumerOf<SomeMessage<T>> {} >> >> Am I missing something? >> >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Castle Project Users" group. > To post to this group, send email to [email protected] > . > To unsubscribe from this group, send email to > [email protected]<castle-project-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/castle-project-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en.
