JSV serialization leads to StackOverflowException when used with some of script packs including ScriptCs.ClrDiagnostics.
As a workaround I had to replace serialization to simple .ToString() call.
To reproduce:
scriptcs -install ScriptCs.ClrDiagnostics -pre
var c = Require<ClrDiag>();
c.Attach("SomeNET4Process")
JSV serialization leads to StackOverflowException when used with some of script packs including ScriptCs.ClrDiagnostics.
As a workaround I had to replace serialization to simple .ToString() call.
To reproduce:
scriptcs -install ScriptCs.ClrDiagnostics -prevar c = Require<ClrDiag>();c.Attach("SomeNET4Process")