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 type 'uint?' cannot be used as type parameter 'T' in the generic type or method 'NamedArgument<T>'. Nullability of type argument 'uint?' doesn't match 'notnull' constraint.
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 type 'uint?' cannot be used as type parameter 'T' in the generic type or method 'NamedArgument<T>'. Nullability of type argument 'uint?' doesn't match 'notnull' constraint.
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.