Skip to content

Commit d9a1889

Browse files
committed
fix ci
1 parent f580637 commit d9a1889

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/DryIoc/Container.cs

+4-3
Original file line numberDiff line numberDiff line change
@@ -16789,9 +16789,10 @@ public class RegisterAttribute : Attribute
1678916789
/// <summary>Optional names of the bound scopes fore the Scoped reuse. Maybe overridden by <see cref="ReuseScopeName"/></summary>
1679016790
public object[] ReuseScopeNames;
1679116791

16792-
public Type ScopedToServiceType;
16793-
public Type ScopedToServiceKey;
16794-
public bool ScopedOrSingleton;
16792+
16793+
// public Type ScopedToServiceType;
16794+
// public Type ScopedToServiceKey;
16795+
// public bool ScopedOrSingleton;
1679516796

1679616797
/// <summary>A service key</summary>
1679716798
public object ServiceKey;

0 commit comments

Comments
 (0)