Dexin Zhang

Results 1 issues of Dexin Zhang

Running on macOS Sonoma 14.3 with Apple M2 Pro, using .NET 8.0.101: Test.csproj ```xml Exe net8.0 ``` Point.cs ```c# using ZenLib; [ZenObject] public class Point { public int X {...