Drew Markovitch
Drew Markovitch
elasticsearch-net solved this issue in their [fork](https://github.com/elastic/elasticsearch-net/blob/7.12.1/src/Elasticsearch.Net/Utf8Json/Formatters/PrimitiveObjectFormatter.cs#L156) (their behavior now mimics JSON.NET). You can accomplish something similar by writing a custom json formatter that implements `IJsonFormatter`.
Same issue for me. OpenCode just "stuck" in initialization. This only happens on version [v1.1.15](https://github.com/anomalyco/opencode/releases/tag/v1.1.15). I rolled back to 1.1.14 and it works fine. The failure happened on both Windows...