Page MenuHomeFeedback Tracker

JsonApiStruct Pack method crash workbench
Closed, ResolvedPublic

Description

Pack and AsString method seems to crash workbench

Details

Severity
Crash
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Operating System Version
22H2 build 19045.2846
Category
General
Steps To Reproduce
Additional Information
class DummyRoot : JsonApiStruct
{
	// content + pack/expand methods
}

DummyRoot dummy = new DummyRoot();

dummy.Pack(); // pack content
string data1 = dummy.AsString();
Print(data1);

Event Timeline

Sen created this task.May 2 2023, 6:37 PM
Geez changed the task status from New to Assigned.May 3 2023, 10:43 AM
Geez changed the task status from Assigned to Confirmed Internally.May 10 2023, 11:33 AM
Sen added a comment.Jun 17 2023, 3:39 PM

tried to reproduce it today and it seems that this issue was fixed ?

Geez closed this task as Resolved.Jun 19 2023, 9:52 AM
Geez claimed this task.