filipw / Strathweb.CacheOutput

ASP.NET Web API CacheOutput - library to allow you to cache the output of ApiControllers
Other
882 stars 253 forks source link

[DefaultCacheKey] Handle complex type better #227

Open JobaDiniz opened 6 years ago

JobaDiniz commented 6 years ago

This line calls ToString() on complex types. It should handle complex types better.

public IHttpActionResult GetPaged([FromUri]Pagination pagination, string include=null)

Pagination is a complex type, but all of its properties come from query string parameter.