You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The provider for the source 'IQueryable' doesn't implement 'IAsyncQueryProvider'. Only providers that implement 'IAsyncQueryProvider' can be used for Entity Framework asynchronous operations.
// The provider for the source 'IQueryable' doesn't implement 'IAsyncQueryProvider'. Only providers that implement 'IAsyncQueryProvider' can be used for Entity Framework asynchronous operations.
60
66
vartotal=result.Count();
67
+
#pragma warning restore AsyncFixer02
61
68
result=sieveProcessor.Apply(sieveModel,queryable,applyFiltering:false,applySorting:false);// Only applies pagination
// The provider for the source 'IQueryable' doesn't implement 'IAsyncQueryProvider'. Only providers that implement 'IAsyncQueryProvider' can be used for Entity Framework asynchronous operations.
90
102
vartotal=result.Count();
103
+
#pragma warning restore AsyncFixer02
91
104
result=sieveProcessor.Apply(sieveModel,queryable,applyFiltering:false,applySorting:false);// Only applies pagination
// The provider for the source 'IQueryable' doesn't implement 'IAsyncQueryProvider'. Only providers that implement 'IAsyncQueryProvider' can be used for Entity Framework asynchronous operations.
151
164
vartotal=result.Count();
165
+
#pragma warning restore AsyncFixer02
152
166
result=sieveProcessor.Apply(sieveModel,queryable,applyFiltering:false,applySorting:false);// Only applies pagination
0 commit comments