All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Support .NET Standard 2.0
- Marked CLS Compliant
- Spelling: renamed "NonePublic" to "NonPublic"
GetNameWithoutGenericPart
ThrowsSubString
exception #26
- .NET 3.5, .NET 4.0 and Silverlight
- Support .NET Standard 2.0
- Spelling: renamed "NonePublic" to "NonPublic"
GetNameWithoutGenericPart
ThrowsSubString
exception #26
- .NET 3.5, .NET 4.0 and Silverlight
- Support for combination of assembly pattern matching and filter
E.g.
kernel.Bind(x => x .FromAssembliesMatching(IEnumerable<string> patterns, Predicate<Assembly> filter) ...);
- Support for multiple configurations in one BindWith
E.g.
kernel.Bind(x => { x.FromThisAssembly().....; x.FromThisAssembly().....; }
Completely reimplemented, this extension is not backward compatiple. See the documentation for more information