Anton Firszov
Anton Firszov
I wonder how open would the WinForms user community to a solution that is built around [Maui.Graphics](https://github.com/dotnet/Microsoft.Maui.Graphics). In theory this lib should pull in only a small friction of the...
> While there is a GDI implementation for Maui.Graphics for WinForms, I think, we shouldn't do GDI. We should do Direct2D/DirectWrite. In an ideal world that improved Direct2D should go...
> https://www.jitbit.com/alexblog/300-systemdrawing-vs-skiasharp-benchmark/ > The code generates a 120x80 thumbnail from a 500kb picture What does a 500kb picture mean? What format? What resolution? (1) In any case 500kb is small,...
@lucapivato I agree that text rendering is one of SkiaSharp's weaknesses, and my intention wasn't to argue for SkiaSharp, but mostly to point out the flawed methodology in the mentioned...
#### Report 2022/9/5: Unfortunately, I noticed late that #74422 was not sufficient to enable 7.0 runs. Because of that we lost 2 weeks of stress run info :( There is...
@CarnaViire is the crash I noticed #72696 or a new issue? https://dev.azure.com/dnceng-public/public/_build/results?buildId=3446&view=logs&j=0da5d1d9-276d-5173-c4c4-9d4d4ed14fdb&t=1451f5f3-0108-5a08-5b92-e984b2a85bbd
#### Report 2022/9/26 **HttpStress** All Windows runs are broken since 09-21 on both `main` and `release/7.0`, opened #76045. - `release/7.0` - One of the HTTP/3 runs failed to bootstrap [reporting...
#### Report 2022/10/17 **HttpStress** - `release/7.0` - Forgot to backport #76307, therefore there was no data on Windows runs in this period. This should be fixed with #77125. - There...
## Detecting HTTP/2 and HTTP/3 protocol errors When using `HttpClient` with the default `SocketsHttpHandler`, it's possible now to detect [HTTP/2](https://datatracker.ietf.org/doc/html/rfc7540#section-7) and [HTTP/3](https://datatracker.ietf.org/doc/html/rfc9114/#section-8.1) protocol error codes (not to be confused with...
Only Windows + GDI based decoders seem do decode it properly. I consider this issue as low-priority one, definitely not a show-stopper for V 1.0.