We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898b8e1 commit 410f6caCopy full SHA for 410f6ca
Remotion/Core/Core/ServiceLocation/BootstrapServiceConfigurationDiscoveryService.cs
@@ -25,7 +25,7 @@ namespace Remotion.ServiceLocation
25
/// Implementation of the <see cref="IServiceConfigurationDiscoveryService"/> used only to satisfy a mandatory parameter requirement
26
/// when instantiating the <see cref="DefaultServiceLocatorProvider"/> in a bootstrapping context.
27
/// </summary>
28
- internal class BootstrapServiceConfigurationDiscoveryService : IServiceConfigurationDiscoveryService
+ public class BootstrapServiceConfigurationDiscoveryService : IServiceConfigurationDiscoveryService
29
{
30
public BootstrapServiceConfigurationDiscoveryService ()
31
0 commit comments