From bac70872fcabffaeef407106f21b0f3f37d40b52 Mon Sep 17 00:00:00 2001 From: "Simon G." Date: Wed, 1 Nov 2023 20:18:18 +0100 Subject: [PATCH] - add used implicitly attribute --- Test.LightweightIocContainer/OpenGenericRegistrationTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Test.LightweightIocContainer/OpenGenericRegistrationTest.cs b/Test.LightweightIocContainer/OpenGenericRegistrationTest.cs index c42ccbc..db34562 100644 --- a/Test.LightweightIocContainer/OpenGenericRegistrationTest.cs +++ b/Test.LightweightIocContainer/OpenGenericRegistrationTest.cs @@ -40,6 +40,7 @@ public class OpenGenericRegistrationTest } + [UsedImplicitly] public interface ITestFactory { ITest Create() where T : IConstraint, new();