Joe Albahari

Results 6 comments of Joe Albahari

Here's the PR: https://github.com/dotnet/winforms/pull/7911

> * Do you think it's possible to come up with a regression test that would simulate the original issue, so that we can verify the fix? It's tricky -...

That's a very good question. To create the live results visualizer in LINQPad, I implemented BenchmarkDotNet.Loggers.ILogger (I also ended up creating an event listener). In the Write/WriteLine implementations of ILogger,...

LINQPad updates its visualization by responding to each measurement, immediately after the measurement is logged. This enables early feedback on execution times and allows you see in real time how...

Sorry for the delay - it took a while to get to a minimum repro. It's not until you subclass TabControl that the condition becomes apparent (or at least easy...

I've updated the PR and added an integration test that fails without the bugfix. It doesn't make sense that the CI test would fail for X86 release on ActiveXFontMarshaler_RoundTripManagedFont() -...