Base solution for your next web application

Activities of "troyfernando"

ok

Which line of code is EstimateSubPortionsAppService.cs:line 79? previous solution

var pagedAndFilteredEstimateSubPortions = await filteredEstimateSubPortions
    .OrderBy(input.Sorting ?? "id asc")
    .PageBy(input)
    .ToListAsync();
    ```
it has error

still with error

same error with _estimateSubPortionRepository.GetAll().ToList()

any suggestions ? whole function was generated using powertools

does not recognize WhereIf

I noticed all your other GetAll(Input param) functions return the same error "Collection was modified; enumeration operation may not execute" on first load

019-10-24 ASP.NET CORE & Angular .NET Core 2.2 v7.2.3

found the problem.

angular is calling the GetAll(Input param) function twice

yes thank you

Showing 31 to 40 of 43 entries