Replies: 1 comment 2 replies
-
Are you on >= .NET 5? It was introduced in .NET 5. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, everybody!!! I've customized the pagination of a resolver and it now return an object that is not a simple connection object. So, i'm trying to return a custom connection object from the resolver but the following code does not compile in Visual Studio...
The error that is shown says that FromResult is not a method of ValueTask. Is it correct? If so, I do not understand what i have to edit... Any help? Tks!!! (editado)
Beta Was this translation helpful? Give feedback.
All reactions