Skip to content

Commit 410f6ca

Browse files
f RM-5931: Register IServiceConfigurationDiscoveryService as a bootstrapped service.
1 parent 898b8e1 commit 410f6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Remotion/Core/Core/ServiceLocation/BootstrapServiceConfigurationDiscoveryService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ namespace Remotion.ServiceLocation
2525
/// Implementation of the <see cref="IServiceConfigurationDiscoveryService"/> used only to satisfy a mandatory parameter requirement
2626
/// when instantiating the <see cref="DefaultServiceLocatorProvider"/> in a bootstrapping context.
2727
/// </summary>
28-
internal class BootstrapServiceConfigurationDiscoveryService : IServiceConfigurationDiscoveryService
28+
public class BootstrapServiceConfigurationDiscoveryService : IServiceConfigurationDiscoveryService
2929
{
3030
public BootstrapServiceConfigurationDiscoveryService ()
3131
{

0 commit comments

Comments
 (0)