Mykola Klymyuk

Results 8 comments of Mykola Klymyuk

I've had exactly the same problem! It appeared that starting from .Net Core 3 it is forbidden to use Kestrel's synchronous API by default (the sync API is apparently used...

Guys, someone, anyone? This is a quite important question for me

So, I tried to use `pipelines.AfterRequest` instead of `pipelines.AfterRequest.AddItemToEndOfPipeline`, also I tried to call base method `base.ApplicationStartup(container, pipelines);` as @cloudhunter89 did, but with no apparent success. Here's full code, that...

@cloudhunter89 Can you please provide actual headers returned for each of your handlers? (400, 404, 500)

Any progress on fixing the issue? This is a really annoying bug...

Yes, that works. Thanks for the fast reply. This solution indeed works, but it looks kinda 'hacky' (pardon me). I think adding a new 'registration mechanism' with 'by convention' approach...

It's hacky because of a leaky abstraction: marking a property by an attribute to specify it as a column - is an implementation detail and it's quite low-level. If we...