MavroudisMant commented on PR #2738: URL: https://github.com/apache/tinkerpop/pull/2738#issuecomment-2306399552
Hello and thanks for taking the time to review this. I run the above test on dotnet 6 without my change on MoveNext() and it produced `null`, so I tried to make it have the same behaviour on dotnet 8. In our case when we upgraded our first issue was on a query like this one `await g.V(id).Promise(t => t.Next());` when there wasn't a vertex with the given id. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
