Castle Windsor v5.1.1 Release Notes
Release Date: 2020-12-08 // over 4 years ago-
๐ Bugfixes
- ๐ Fix CollectionResolver to allow propagation of inline dependencies (@dvdwouwe, #562)
- ๐ Allow DefaultNamingSubSystem derivatives to invalidate the cache which was accidentally removed in 5.1.0 (@nativenolde, #569)
- ๐ Replace usage of obsolete Castle.Core.Internal.Lock (@generik0, #576)
- ๐ Fix dictionary bug when using XML configuration; A reference to list components inside a dictionary didn't work (@ni-mi, #575)
Previous changes from v5.1.0
-
โจ Enhancements
๐ Bugfixes
- .NET Extensions' DependencyInjection:
- Change WindsorServiceProviderFactory to follow SOLID behaviour (@generik0, #540)
- Fix "An item with the same key has already been added" exception related to scoped lifestyle (@generik0, #547)
- Fix issue using existing container with ASP.NET (@robertcoltheart, #548)
- Extra extensions for BasedOnDescriptor (@ltines, #554)
- Use generic registration instead of reflection (@robertcoltheart, #555)
- Use the container from the method call, not the root container (@generik0, #558)
- Add InvalidateCache to DependencyInjectionNamingSubsystem (@generik0, @twenzel, #556)
- .NET Extensions' DependencyInjection: