Open JobaDiniz opened 6 years ago
This line calls ToString() on complex types. It should handle complex types better.
ToString()
public IHttpActionResult GetPaged([FromUri]Pagination pagination, string include=null)
Pagination is a complex type, but all of its properties come from query string parameter.
Pagination
This line calls
ToString()
on complex types. It should handle complex types better.Pagination
is a complex type, but all of its properties come from query string parameter.