Closed ClearScriptLib closed 1 year ago
ClearScript implements JavaScript iteration using a mix of C# and JavaScript code. The latter invokes several host methods by name, so a custom attribute loader that implements a global name transformation can break JavaScript iteration.
This issue was first reported here.
Fixed in Version 7.3.5.
ClearScript implements JavaScript iteration using a mix of C# and JavaScript code. The latter invokes several host methods by name, so a custom attribute loader that implements a global name transformation can break JavaScript iteration.
This issue was first reported here.