Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@jammycakes jammycakes released this 21 Oct 16:51
· 145 commits to master since this release
1158d6a

New functionality:

  • FactoryFactory.AspNet.DependencyInjection package for ASP.NET Core integration

API changes:

  • Configuration.CreateContainer(Action<IModule>) has been changed to take Action<Module> instead.

Bug fixes:

  • Fixed a bug resolving IEnumerable<T> as a dependency when no implementations were registered and T could not be auto-resolved.