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
We use ToListAsync() when generate async methods invoking stored procedures, but do we have plans to add overload method allows passing in a CancellationToken and the implementation calls ToListAsync(CancellationToken cancellationToken)?