2026-05-12 errorscsharpdotnet Fix: InvalidOperationException: Synchronous operations are disallowed Replace the Stream.Read or Write call with ReadAsync/WriteAsync. As a last resort, set AllowSynchronousIO on Kestrel, IIS, or per-request via IHttpBodyControlFeature.
2026-04-20 dotnet-11aspnet-corekestrel Kestrel starts processing HTTP/3 requests before the SETTINGS frame in .NET 11 Preview 3 .NET 11 Preview 3 lets Kestrel serve HTTP/3 requests before the peer's control stream and SETTINGS frame arrive, shaving handshake latency off the first request on every new QUIC connection.