Branch: refs/heads/master
Home: https://github.com/castleproject/Windsor
Commit: 2ef6b594788869eccaf6f4617094040094beea40
https://github.com/castleproject/Windsor/commit/2ef6b594788869eccaf6f4617094040094beea40
Author: Krzysztof Kozmic <[email protected]>
Date: 2012-11-03 (Sat, 03 Nov 2012)
Changed paths:
M src/Castle.Windsor/MicroKernel/Registration/Types.cs
Log Message:
-----------
added Types.FromAssemblyInThisDirectory
fix for IOC-353 only catered for Classes. No reason not to have that in Types
as well
Commit: 50b0c2c36a154064144ba367a551bfc5693de56d
https://github.com/castleproject/Windsor/commit/50b0c2c36a154064144ba367a551bfc5693de56d
Author: Krzysztof Kozmic <[email protected]>
Date: 2012-11-03 (Sat, 03 Nov 2012)
Changed paths:
M Changes.txt
M src/Castle.Facilities.WcfIntegration.Tests/Service/ServiceHostFixture.cs
M src/Castle.Windsor/Core/Internal/ReflectionUtil.cs
M src/Castle.Windsor/MicroKernel/Registration/AssemblyFilter.cs
M src/Castle.Windsor/MicroKernel/Registration/FromAssemblyDescriptor.cs
M src/Castle.Windsor/MicroKernel/Registration/FromDescriptor.cs
Log Message:
-----------
implemented IOC-348
by default types are sorted by full name.
Also made changes to FromAssemblyDescriptor to make it possible to inherit from
the class, and override SelectedTypes to provide custom sorting if users really
need it.
Compare:
https://github.com/castleproject/Windsor/compare/e7bc847be2cb...50b0c2c36a15
--
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.