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 .ToList() call for a number of functions in RobloxDtoFactoryBase is placed outside of the QueryData function. This will result in evaluation of the query being done on the client-side as described here.