updates lightinject, adds method to create an LI container from an MSDI collection, updates a test

This commit is contained in:
Shannon
2020-03-13 11:13:47 +11:00
parent da58b7a743
commit 4cc20b06bc
14 changed files with 236 additions and 21 deletions

View File

@@ -21,6 +21,8 @@ namespace Umbraco.Core.Composing.LightInject
Container = ConfigureContainer(container);
}
//TODO: The Create methods can die when net framework is gone
/// <summary>
/// Creates a new instance of the <see cref="LightInjectContainer"/> class.
/// </summary>