Hello,
I am trying to export a larger number of records through the Export method in Angular.
The limit for export is around 8000 rows, it is defined by MaxModelBindingCollectionSize.
It is somehow possible to increase this limit or somehow overcome it?
Generated exception:
System.InvalidOperationException: 'AsyncEnumerableReader' reached the configured maximum size of the buffer when enumerating a value of type 'Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable
1[ProductionOrder.Models.Ceps0023.Article]'. This limit is in place to prevent infinite streams of 'IAsyncEnumerable<>' from continuing indefinitely. If this is not a programming mistake, consider ways to reduce the collection size, or consider manually converting 'Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable1[ProductionOrder.Models.Ceps0023.Article]' into a list rather than increasing the limit.