Philippe Vlérick
Results
2
issues of
Philippe Vlérick
Although #719 has been fixed in #2370 - I checked it using versions of Youki before and after under Ubuntu; the issue still remains when running in WSL. ``` podman...
``` [Fact] public void Test() { var value = new MyObject(); //throws Utf8Json.JsonSerializer.ToJsonString(value); } public class MyObject { public string Value => throw new Exception(); } ``` Is there any...