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 55e4fb2 commit baae4adCopy full SHA for baae4ad
src/ServiceProviderFactory.cs
@@ -3,7 +3,7 @@
3
4
namespace Unity.Microsoft.DependencyInjection
5
{
6
- internal class ServiceProviderFactory : IServiceProviderFactory<IUnityContainer>
+ public class ServiceProviderFactory : IServiceProviderFactory<IUnityContainer>
7
8
private readonly IUnityContainer _container;
9
0 commit comments