David Fowler

Results 461 comments of David Fowler

> However I wonder why Serilog does not get the values from the logging scope automatically. Is it because it is not using LoggerExternalScopeProvider ? That's correct.

@vicancy Do we send messages over different connections from the same source https://github.com/bacobart/azure-signalr-out-of-order-repro/blob/8d2ba0012f9815c6ff3f32e92f1a320dab04adaa/SignalrSpamServer/SpamService.cs#L42? This code shouldn't result in out of order messages

:smile:, I tried to build libuv and use it but I couldn't get the DllImport to work.

Didn't help, couldn't get this working on windows. Have you made any progress on the package?

I'm hitting this too. Larger solutions need more time to load. Can VS code load projects in parallel?

Nothing in the docs show a minimal example. There are different levels of minimal: 1. Using the webhost/generic host - With or without a startup class (the generic host has...

Exposing the HttpListener API from Kestrel IMO doesn’t make any sense. It would make more sense to just “fix” HttpListener but to make it production ready would be a wasted...

cc @DamianEdwards

> Why It would be a performance regression to use another API which has a different header and HttpContext structure. > Why If this is about API porting then HttpListener...

Hey all, BedrockFramework is very much in the same space as DotNetty albeit trying to be a more idiomatic approach (not a port of a java framework). Those issues linked...