Moves LightInjectValidation to common and validates the container as part of new tests

This commit is contained in:
Shannon
2020-03-13 15:59:04 +11:00
parent f57a2ec576
commit c9913f45a0
9 changed files with 181 additions and 151 deletions

View File

@@ -91,7 +91,7 @@ namespace Umbraco.Core.Composing.LightInject
/// <summary>
/// Gets the LightInject container.
/// </summary>
protected ServiceContainer Container { get; }
public ServiceContainer Container { get; }
/// <inheritdoc cref="IRegister"/>
/// <inheritdoc cref="IFactory"/>