AutoQueryable icon indicating copy to clipboard operation
AutoQueryable copied to clipboard

AutoQueryable add auto querying functionality like OData on top of IQueryable with best url practices to Asp.Net & Asp.Net Core

Results 25 AutoQueryable issues
Sort by recently updated
recently updated
newest added

The AutoQueryableFilter in ASPNETCORE.Filter throws a null reference exception if the action throws an exception. Filter should check context.Exception and context.ExceptionHandled before invoking filter behaviour?

**Version: 2.0.5-beta** This is a cool library! Very useful and much simpler than the full Microsoft OData package (which doesn't work on asp.net 3.0 at the moment). :heart: Passing `top=3a`...

Currently I have something that looks like this in my Get Controller API. (I'm using Entity Framework 6, Automapper 7) _ctx.Person.UseAsDataSource(mapper).For(); But what happens in the database is that it...

I'm using AutoQueryable and I wanted to know if there was a way that I could put a filter on related items? So for example say we have a person...

Can't launch the app, at runtime I get ``` MissingMethodException: Method not found: 'Void Swashbuckle.AspNetCore.SwaggerGen.SwaggerGenOptions.OperationFilter(System.Object[])'. AutoQueryable.AspNetCore.Swagger.SwaggerGenOptionsExtensions.AddAutoQueryable(SwaggerGenOptions swaggerGenOptions) Celeb.Api.Startup+c.b__5_10(SwaggerGenOptions c) in Startup.cs + c.AddAutoQueryable(); ``` Setup: ASP.Net Core 2.2 project AutoQueryable.AspNetCore.Filter...

Hi @trenoncourt , Thanks for your awesome library. In the scope of our project, we decided to use it as a replacement for graphql api. But there is a problem,...

Sometimes we can't write some complicated filters with AQ because we have multiple conditions and subconditions : ```c# ((id == 1 || id == 2 || id == 3) &&...

enhancement

I try to get page the result use "page" and "wrapwith=total-count", but the result not contain totalCount.

It would be great to be able to optionally send an X-Total-Count header to show the total number of items in the collection instead of using wrapWith total-count.

enhancement

add ReturnAllValues to ClauseValueManager to handle getting ALL values change PagedResult result collection to Values to be consistent with old version of AQ