Skip to content

Commit eaecb14

Browse files
committed
feat(clrcore-v2): Added reference to new msgpack Callback Injection to allow separate module building
1 parent 224d0cd commit eaecb14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

code/client/clrcore-v2/Interop/ReferenceFunctionManager.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ public Function(MsgPackFunc method, byte[] id)
2525

2626
private static Dictionary<int, Function> s_references = new Dictionary<int, Function>();
2727

28+
static ReferenceFunctionManager()
29+
{
30+
MsgPackReferenceRegistrar.CreateFunc = Create;
31+
}
32+
2833
/// <summary>
2934
/// Register a delegate to other runtimes and/or our host (reference function)
3035
/// </summary>

0 commit comments

Comments
 (0)