Skip to content

Commit 758e813

Browse files
committed
debug if we are missing commas between each array item
guess is we are missing a comma and we need to find each ending } and add a comma, except for last }
1 parent 4951304 commit 758e813

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Ellabit/DynamicCode/SimpleUnloadableAssemblyLoadContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public SimpleUnloadableAssemblyLoadContext(HttpClient httpClient)
3232
System.Console.WriteLine("framework_manifest.json is empty");
3333
return;
3434
}
35+
Console.WriteLine($"60x50: {json.Substring(60, 50)}");
3536
if (!json.StartsWith("["))
3637
{
3738
json = "[" + json + "]";

0 commit comments

Comments
 (0)