You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: force IPv4 and source-gen all JSON types for trim compatibility
Root cause: .NET SocketsHttpHandler tries IPv6 first from DNS results,
but many environments advertise IPv6 without actual connectivity.
Fix: set DOTNET_SYSTEM_NET_DISABLEIPV6=1 at startup.
Also add JsonElement to WorkerJsonContext for source-generated
deserialization of error responses during device flow polling.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>