Victorio Berra

Results 95 issues of Victorio Berra

https://github.com/AlexanderKrutov/DataTables.Queryable/blob/master/DataTables.Queryable/DataTablesRequest.cs#L173-L199 Because of the way DataTables.Queryable (DTQ) works with EF models directly, we usually AutoMapper back these results. This can lead to the return ViewModel being very different than the...

enhancement

https://github.com/AlexanderKrutov/DataTables.Queryable/blob/master/DataTables.Queryable/DataTablesRequest.cs#L183 This might be a good argument for a custom exception (`GetPropertyByStringException`?), or pass the name to ArgumentException. I am try/catching the instantiation of `DataTablesRequest` so I can gracefully handle...

enhancement

``` System.InvalidCastException: Unable to cast object of type 'Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[MyApp.API.ViewModels.InventoryServerViewModel]' to type 'System.Linq.IQueryable`1[MyApp.Entities.MyInventoryServer]'. at DataTables.Queryable.DataTablesQueryProvider`1.CreateQuery(Expression expression) at AutoMapper.QueryableExtensions.ProjectionExpression.Select(IQueryable source, LambdaExpression lambda) in C:\projects\automapper\src\AutoMapper\QueryableExtensions\ProjectionExpression.cs:line 89 at System.Linq.Enumerable.Aggregate[TSource,TAccumulate](IEnumerable`1 source, TAccumulate seed, Func`3 func)...

ASPNET Core automatically wires up a CancellationToken in your controller actions, so it would be really helpful if we could add [`ToListAsync()`](https://msdn.microsoft.com/en-us/library/dn220262(v=vs.113).aspx) to the paging stuff. > MVC will automatically...

This is my first pass at solving https://github.com/AlexanderKrutov/DataTables.Queryable/issues/25 @AlexanderKrutov Major changes: - Remove net40 support from DataTables.Queryable - Update Sample to Core 2.1 and add EF Core with SQLite support...

Can we see an example of how to respond as a file? Is it as easy as setting this? https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition

**Describe the bug** If you have your access token in a [secrets](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets?view=aspnetcore-3.1&tabs=windows) file for example, this will not get loaded. Same with environment vars, CLI args, etc. https://github.com/rollbar/Rollbar.NET/blob/master/Rollbar/NetCore/AppSettingsUtility.cs#L181 **To Reproduce**...

enhancement
question

### Description Describe the issue or proposed feature. Allow `.BulkSynchronize()` to accept a cancellation token ### Exception If you are seeing an exception, include the full exceptions details (message and...

I think it would be really helpful to have some extra sample projects. For example, it would be nice to have a simple API (as seen [here](https://identityserver4.readthedocs.io/en/release/quickstarts/1_client_credentials.html#adding-an-api)) and then show...

https://getbootstrap.com/docs/4.0/utilities/display/#hiding-elements