Skip to content

Releases: jammycakes/factoryfactory

v0.1.1

21 Oct 16:51
1158d6a
Compare
Choose a tag to compare

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.