Claude Code crashes with a shell parsing error when encountering Math.round in JavaScript code. The crash occurs in the shell command parsing logic with the error ...
// 单精度浮点数(Float) Console.WriteLine(Math.Round(18.254550f, 4, MidpointRounding.ToEven)); // 18.2546 Console.WriteLine(Math.Round(18.745450f, 4 ...