Kevin Dockx

Results 37 comments of Kevin Dockx

Hi Mark, could you provide me with a small code example (a small runnable project would be perfect)? I'll have a look :) KR, Kevin

You found a bug :-) The only difference I see is that your GET requests to /licenses are lowercase, while the requests to /TokenNotifications are mixed case. If I change...

https://www.nuget.org/packages/Marvin.Cache.Headers/6.1.0

Hi Michael, I'd actually prefer that :-) That said, I remember looking into how I could use AutoMapper for this and didn't find an intended way of achieving it... therefore...

> It is very hard to get a reply from @KevinDockx , He usually takes too much time to respond to the users who have subscribed to his courses 😏...

What a weird request - you're the first who effectively wants to get rid of the eTags :) Never thought someone would ask for it, but sure, I can look...

Feature: disable ETag generation.

@rachna-lad : yes, that is supported via the HttpCacheIgnore attribute: https://github.com/KevinDockx/HttpCacheHeaders/blob/master/src/Marvin.Cache.Headers/Attributes/HttpCacheIgnoreAttribute.cs Apparently I forgot to add that to the readme. I added it now :)

The middleware hasn't been tested with minimal APIs yet, so I'm afraid that's currently not a supported scenario.

Yep, but the thing is that we'd end up with two classes that are copies of each other but just live in a different namespace - and that's not right....