Skip to content

Commit 706bd9e

Browse files
committed
debug published app
1 parent 53a1dee commit 706bd9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Ellabit/DynamicCode/SimpleUnloadableAssemblyLoadContext.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ public SimpleUnloadableAssemblyLoadContext(HttpClient httpClient)
3333
return;
3434
}
3535

36+
Console.WriteLine($"CONTENTS: {json}");
37+
3638
var frameworkAssemblyJson = JArray.Parse(json);
3739
foreach (JObject child in frameworkAssemblyJson)
3840
{

0 commit comments

Comments
 (0)