Branch: refs/heads/master
Home: https://github.com/castleproject/Castle.Windsor
Commit: 328fd6702c6dcb4f3f51a6fa12bf8a95c52f4969
https://github.com/castleproject/Castle.Windsor/commit/328fd6702c6dcb4f3f51a6fa12bf8a95c52f4969
Author: Krzysztof Kozmic <[email protected]>
Date: 2011-02-26 (Sat, 26 Feb 2011)
Changed paths:
M Changes.txt
M src/Castle.Windsor.Tests/Castle.Windsor.Tests.csproj
A src/Castle.Windsor.Tests/ClassComponents/CustomerRepository.cs
A src/Castle.Windsor.Tests/ClassComponents/DecoratedRepository.cs
A src/Castle.Windsor.Tests/ClassComponents/DecoratedRepository2.cs
A src/Castle.Windsor.Tests/ClassComponents/DefaultRepository.cs
A src/Castle.Windsor.Tests/ClassComponents/DoubleRepository.cs
A src/Castle.Windsor.Tests/ClassComponents/IRepository.cs
M src/Castle.Windsor.Tests/ClassComponents/Repository.cs
A src/Castle.Windsor.Tests/ClassComponents/Repository1.cs
A src/Castle.Windsor.Tests/ClassComponents/Repository2.cs
A src/Castle.Windsor.Tests/ClassComponents/Repository3.cs
M
src/Castle.Windsor.Tests/GenericImplementationWithGreaterArityThanServiceTestCase.cs
A src/Castle.Windsor.Tests/StubGenericImplementationMatchingStrategy.cs
M src/Castle.Windsor/MicroKernel/Handlers/DefaultGenericHandler.cs
Log Message:
-----------
- implemented IOC-271 - Support open generic components where implementing
class has more generic parameters than the service but the missing ones can be
somehow inferred.
- the actual implementation was actually already mostly done. Added some more
tests and better exception messages
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" 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-commits?hl=en.