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
Add spectial wrapper for querues that are not IAsyncEnumerable natively
Such as EntitySets. The wrapper allows to apply .ToArrayAsync/ToListAsync/ToHashSetAsync
extension methods to EntitySets. Correct implementation of IAsyncEnumerable would
take a lot of resources because many apis should support async operation, this
approach less painfull, though has a caviar - in ClientProfile mode results
does not contain local changes.
0 commit comments