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
SQLProvider’s Individuals feature currently blocks the thread at runtime. While synchronous behavior is needed at compile-time, adding async support at runtime would improve consistency with modern async APIs.
Even if the performance gain is minor, it would help avoid blocking in async workflows and align better with typical .NET usage.