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
'IQueryable<UserSecurityQuestion>' does not contain a definition for 'BuildMock' and no accessible extension method 'BuildMock' accepting a first argument of type 'IQueryable<UserSecurityQuestion>' could be found (are you missing a using directive or an assembly reference?)
'IQueryable<UserSecurityQuestion>' does not contain a definition for 'BuildMock' and no accessible extension method 'BuildMock' accepting a first argument of type 'IQueryable<UserSecurityQuestion>' could be found (are you missing a using directive or an assembly reference?)
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.