Zdenek Havlin

Results 16 comments of Zdenek Havlin

@senj I believe you are getting this exception because you registered handler as singleton. So after first usage, inner handler stays set and that's why you get exception. Try to...

If I may suggest, this could be also done by providing sequence of headers to be used when reading correlation ID, and then simply iterating over it and trying to...

Hi @Kevweir, do you have (public) code/swagger config I could use for testing? We looked at it today with @sferencik and I think I have a plan. Also big kudos...

@sferencik I don't think so, but stay tuned, I'm not done yet :) (suggestions/help is welcomed)

@Kizmar, I'm aiming to latter one using additional params, similarly to additional query params - I would be worried adding new specialized method to library based on auth service (seems...

@cpandya231 I have already created PR (#5724), but I tested my change against single scenario we do use. Also since I'm not React/Redux developer, my change may not be ideal....

@Kizmar @cpandya231 I understand - we use Swagger via Swashbuckle too, but first I need to enable Swagger UI to allow such configuration - and that is React + Redux....

@Asshiah Hello, looks like there's not enough interest in this feature. My PR #5724 got pretty much obsolete - after rebasing, it doesn't work any more and I won't have...

Our solution is structured following way: - `Acme.Domain` (referenced by other projects) - `Acme.ComponentOne` - ... - `Acme.WebApi` Since domain layer is agnostic to any DTO, I want mapper to...

@genbit ECS improvements you linked are definitely great, but lacking proper "readiness" still causes warmup phase quite cumbersome. I skimmed trough documentation but couldn't find anything related. Our application requires...