Move LightInjectExtensions to proper space
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
using System.Linq;
|
||||
using LightInject;
|
||||
|
||||
namespace Umbraco.Core.Composing
|
||||
namespace Umbraco.Core.Composing.LightInject
|
||||
{
|
||||
/// <summary>
|
||||
/// Provides extensions to LightInject.
|
||||
@@ -28,7 +28,7 @@ namespace Umbraco.Core.Composing
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Registers a servuice with an implementation as a singleton.
|
||||
/// Registers a service with an implementation as a singleton.
|
||||
/// </summary>
|
||||
public static void RegisterSingleton<TService, TImplementation>(this IServiceRegistry container)
|
||||
where TImplementation : TService
|
||||
@@ -37,7 +37,7 @@ namespace Umbraco.Core.Composing
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Registers a servuice with an implementation as a singleton.
|
||||
/// Registers a service with an implementation as a singleton.
|
||||
/// </summary>
|
||||
public static void RegisterSingleton(this IServiceRegistry container, Type serviceType, Type implementingType)
|
||||
{
|
||||
@@ -56,7 +56,7 @@ namespace Umbraco.Core.Composing
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Registers a servuice with a named implementation as a singleton.
|
||||
/// Registers a service with a named implementation as a singleton.
|
||||
/// </summary>
|
||||
public static void RegisterSingleton(this IServiceRegistry container, Type serviceType, Type implementingType, string name)
|
||||
{
|
||||
@@ -188,7 +188,7 @@
|
||||
<Compile Include="Composing\IDiscoverable.cs" />
|
||||
<Compile Include="Composing\LazyCollectionBuilderBase.cs" />
|
||||
<Compile Include="Composing\Lifetime.cs" />
|
||||
<Compile Include="Composing\LightInjectExtensions.cs" />
|
||||
<Compile Include="Composing\LightInject\LightInjectExtensions.cs" />
|
||||
<Compile Include="Composing\LightInject\LightInjectContainer.cs" />
|
||||
<Compile Include="Composing\LightInject\MixedLightInjectScopeManagerProvider.cs" />
|
||||
<Compile Include="Composing\OrderedCollectionBuilderBase.cs" />
|
||||
|
||||
Reference in New Issue
Block a user