Clément Bourgeois

Results 22 comments of Clément Bourgeois

We encounter actually the very same error in production while reading some mails on a remote server.

I compiled our project against latest master, here is a typical stack trace (in french, sorry). It happens on some specific mails, the remote pop server is SmarterMail 11.7. ```...

MVC6 is gonna need a partial rewrite for MvcDonutCaching, I think the best for now is to wait first RC of MVC6 to see exactly what will be the exact...

http://www.davepaquette.com/archive/2015/06/03/mvc-6-cache-tag-helper.aspx

@LinuxDoku, thanks a lot for the contribution ! Could you rebase -i your commit to include only changes to MvcDonutCaching library the code (not all the project and nuget package...

The cookie is not set for subsequent requests, this is the expected behaviour as your result will be cached for 43200 seconds upon first load. The body of your Action...

I was completely unaware of this property, Mvc's native OutputCache respects this property, so it's clear that MvcDonutCaching should too.

no @leen3o I'm sorry the ticket has been wrongly closed

Can you provide me a simple MVC demonstrating the issue ?

Don't specify the VaryByCustom for area, MvcDonutCaching handles areas natively