gavilanch / Blazor-Wasm-CRUD

43 stars 25 forks source link

Error at queryable.CountAsync(); in HttpContextExtensions class #4

Open manasimahajann opened 3 years ago

manasimahajann commented 3 years ago

Thank you for the video and help with pagination. When I add this to Blazor Wasm - I am getting following error when I run the code.

The provider for the source 'IQueryable' doesn't implement 'IAsyncQueryProvider'. Only providers that implement 'IAsyncQueryProvider' can be used for Entity Framework asynchronous operations.

khaledbadiy commented 3 years ago

hello, me too i have an issue on de code source Severity Code Description Project File Line Suppression State Error CS1729 'CsvWriter' does not contain a constructor that takes 1 arguments BlazorCRUDApp.Client C:\Users\pc\Desktop\Videos[udemy]Programming in Blazor - ASP.NET Core 3.1\Blazor-Wasm-CRUD-master\BlazorCRUDApp\Client\Pages\People\Index.razor 142 Active