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 7eefcee commit 841011aCopy full SHA for 841011a
Bridge.Ioc/BridgeIoc.cs
@@ -87,7 +87,7 @@ public void RegisterInstance(object instance)
87
88
public void RegisterInstance<TType>(TType instance)
89
{
90
- RegisterInstance((object)instance);
+ RegisterInstance(typeof(TType), instance);
91
}
92
#endregion
93
0 commit comments